Html Css Color HEX #A17706 Golden Brown

📋 copy color: '#A17706'

red 161 ◦ green 119 ◦ blue 6

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

Shades of Golden Brown #A17706

Tints of Golden Brown #A17706

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.61%

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

R = 56.29%
G = 41.61%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A17706 (or 0xA17706) is known color: Golden Brown. HEX triplet: A1, 77 and 06. RGB value is (161,119,6). Sum of RGB (Red+Green+Blue) = 161+119+6=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A17706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17706 is #5E88F9. Grayscale: #777777. Windows color (decimal): -6195450 or 423841. OLE color: 423841.

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

Color convert

RGB 161 119 6 -
CMYK 0 0.26 0.96 0.37
HSL 43.74º 0.93% 0.33% -
HSV(B) 43.74º 0.96% 0.63% -
XYZ 21.33 20.78 3.06 -
YUV 118.68 64.41 158.19 -
System Red Green Blue C M Y K H S L
Decimal 161 119 6 0 0.26 0.96 0.37 43.74 0.93 0.33
Hex A1 77 6 0 1A 60 25 2C 5D 21
Octal 241 167 6 0 32 140 45 54 135 41
Binary 10100001 1110111 110 0 11010 1100000 100101 101100 1011101 100001

Color Harmonies of #A17706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17706

Black with #A17706

Text Example


Text Example

White with #A17706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17706; }

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

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

background-color css

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

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

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

border-color css

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

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

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