Html Css Color HEX #A17608 Golden Brown

📋 copy color: '#A17608'

red 161 ◦ green 118 ◦ blue 8

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

Shades of Golden Brown #A17608

Tints of Golden Brown #A17608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.11%

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

R = 56.1%
G = 41.11%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A17608 (or 0xA17608) is known color: Golden Brown. HEX triplet: A1, 76 and 08. RGB value is (161,118,8). Sum of RGB (Red+Green+Blue) = 161+118+8=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A17608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17608 is #5E89F7. Grayscale: #767676. Windows color (decimal): -6195704 or 554657. OLE color: 554657.

HSL color Cylindrical-coordinate representation of color #A17608: hue angle of 43.14º 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 #A17608 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 118 8 -
CMYK 0 0.27 0.95 0.37
HSL 43.14º 0.91% 0.33% -
HSV(B) 43.14º 0.95% 0.63% -
XYZ 21.22 20.55 3.08 -
YUV 118.32 65.75 158.44 -
System Red Green Blue C M Y K H S L
Decimal 161 118 8 0 0.27 0.95 0.37 43.14 0.91 0.33
Hex A1 76 8 0 1B 5F 25 2B 5B 21
Octal 241 166 10 0 33 137 45 53 133 41
Binary 10100001 1110110 1000 0 11011 1011111 100101 101011 1011011 100001

Color Harmonies of #A17608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17608

Black with #A17608

Text Example


Text Example

White with #A17608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17608; }

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

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

background-color css

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

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

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

border-color css

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

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

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