Html Css Color HEX #A16612 Golden Brown

📋 copy color: '#A16612'

red 161 ◦ green 102 ◦ blue 18

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

Shades of Golden Brown #A16612

Tints of Golden Brown #A16612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.3%

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 57.3%
G = 36.3%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A16612 (or 0xA16612) is known color: Golden Brown. HEX triplet: A1, 66 and 12. RGB value is (161,102,18). Sum of RGB (Red+Green+Blue) = 161+102+18=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A16612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16612 is #5E99ED. Grayscale: #6E6E6E. Windows color (decimal): -6199790 or 1205921. OLE color: 1205921.

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

Color convert

RGB 161 102 18 -
CMYK 0 0.37 0.89 0.37
HSL 35.24º 0.8% 0.35% -
HSV(B) 35.24º 0.89% 0.63% -
XYZ 19.56 17.12 2.85 -
YUV 110.07 76.05 164.33 -
System Red Green Blue C M Y K H S L
Decimal 161 102 18 0 0.37 0.89 0.37 35.24 0.8 0.35
Hex A1 66 12 0 25 59 25 23 50 23
Octal 241 146 22 0 45 131 45 43 120 43
Binary 10100001 1100110 10010 0 100101 1011001 100101 100011 1010000 100011

Color Harmonies of #A16612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16612

Black with #A16612

Text Example


Text Example

White with #A16612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16612; }

 p { color: rgb(161,102,18); }

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

background-color css

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

 a { background-color: rgb(161,102,18); }

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

border-color css

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

 span { border-color: rgb(161,102,18); }

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