Html Css Color HEX #A17606 Golden Brown

📋 copy color: '#A17606'

red 161 ◦ green 118 ◦ blue 6

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

Shades of Golden Brown #A17606

Tints of Golden Brown #A17606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.11%

R = 56.49%
G = 41.4%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A17606 (or 0xA17606) is known color: Golden Brown. HEX triplet: A1, 76 and 06. RGB value is (161,118,6). Sum of RGB (Red+Green+Blue) = 161+118+6=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A17606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17606 is #5E89F9. Grayscale: #767676. Windows color (decimal): -6195706 or 423585. OLE color: 423585.

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

Color convert

RGB 161 118 6 -
CMYK 0 0.27 0.96 0.37
HSL 43.35º 0.93% 0.33% -
HSV(B) 43.35º 0.96% 0.63% -
XYZ 21.21 20.55 3.02 -
YUV 118.09 64.75 158.61 -
System Red Green Blue C M Y K H S L
Decimal 161 118 6 0 0.27 0.96 0.37 43.35 0.93 0.33
Hex A1 76 6 0 1B 60 25 2B 5D 21
Octal 241 166 6 0 33 140 45 53 135 41
Binary 10100001 1110110 110 0 11011 1100000 100101 101011 1011101 100001

Color Harmonies of #A17606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17606

Black with #A17606

Text Example


Text Example

White with #A17606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17606; }

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

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

background-color css

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

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

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

border-color css

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

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

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