Html Css Color HEX #A16608 Golden Brown

📋 copy color: '#A16608'

red 161 ◦ green 102 ◦ blue 8

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

Shades of Golden Brown #A16608

Tints of Golden Brown #A16608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.95%

R = 59.41%
G = 37.64%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A16608 (or 0xA16608) is known color: Golden Brown. HEX triplet: A1, 66 and 08. RGB value is (161,102,8). Sum of RGB (Red+Green+Blue) = 161+102+8=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A16608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16608 is #5E99F7. Grayscale: #6D6D6D. Windows color (decimal): -6199800 or 550561. OLE color: 550561.

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

Color convert

RGB 161 102 8 -
CMYK 0 0.37 0.95 0.37
HSL 36.86º 0.91% 0.33% -
HSV(B) 36.86º 0.95% 0.63% -
XYZ 19.49 17.1 2.5 -
YUV 108.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 161 102 8 0 0.37 0.95 0.37 36.86 0.91 0.33
Hex A1 66 8 0 25 5F 25 25 5B 21
Octal 241 146 10 0 45 137 45 45 133 41
Binary 10100001 1100110 1000 0 100101 1011111 100101 100101 1011011 100001

Color Harmonies of #A16608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16608

Black with #A16608

Text Example


Text Example

White with #A16608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16608; }

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

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

background-color css

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

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

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

border-color css

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

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

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