Html Css Color HEX #A15F10 Golden Brown

📋 copy color: '#A15F10'

red 161 ◦ green 95 ◦ blue 16

#A15F10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A15F10

Tints of Golden Brown #A15F10

RGB

 RED value IS 161 (63.28% from 255) = 59.19%

 GREEN value IS 95 (37.5% from 255) = 34.93%

 BLUE value IS 16 (6.64% from 255) = 5.88%

R = 59.19%
G = 34.93%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A15F10 (or 0xA15F10) is known color: Golden Brown. HEX triplet: A1, 5F and 10. RGB value is (161,95,16). Sum of RGB (Red+Green+Blue) = 161+95+16=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15F10 is #5EA0EF. Grayscale: #6A6A6A. Windows color (decimal): -6201584 or 1073057. OLE color: 1073057.

HSL color Cylindrical-coordinate representation of color #A15F10: hue angle of 32.69º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A15F10 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 95 16 -
CMYK 0 0.41 0.90 0.37
HSL 32.69º 0.82% 0.35% -
HSV(B) 32.69º 0.9% 0.63% -
XYZ 18.88 15.8 2.54 -
YUV 105.73 77.37 167.42 -
System Red Green Blue C M Y K H S L
Decimal 161 95 16 0 0.41 0.90 0.37 32.69 0.82 0.35
Hex A1 5F 10 0 29 5A 25 21 52 23
Octal 241 137 20 0 51 132 45 41 122 43
Binary 10100001 1011111 10000 0 101001 1011010 100101 100001 1010010 100011

Color Harmonies of #A15F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15F10

Black with #A15F10

Text Example


Text Example

White with #A15F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15F10; }

 p { color: rgb(161,95,16); }

 H1.HeaderClassName
 {
   color: #A15F10;
 }
 .AnyTagClassName
 {
   color: #A15F10;
 }
</style>

background-color css

<style>
 a { background-color: #A15F10; }

 a { background-color: rgb(161,95,16); }

 div.DivClassName
 {
   background-color: #A15F10;
 }
 .BgClassName
 {
   background-color: #A15F10;
 }
</style>

border-color css

<style>
 span { border-color: #A15F10; }

 span { border-color: rgb(161,95,16); }

 td.TdClassName
 {
   border-color: #A15F10;
 }
 .TagClassName
 {
   border-color: #A15F10;
 }
</style>