Html Css Color HEX #A17206 Golden Brown

📋 copy color: '#A17206'

red 161 ◦ green 114 ◦ blue 6

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

Shades of Golden Brown #A17206

Tints of Golden Brown #A17206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.57%

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

R = 57.3%
G = 40.57%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A17206 (or 0xA17206) is known color: Golden Brown. HEX triplet: A1, 72 and 06. RGB value is (161,114,6). Sum of RGB (Red+Green+Blue) = 161+114+6=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A17206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17206 is #5E8DF9. Grayscale: #747474. Windows color (decimal): -6196730 or 422561. OLE color: 422561.

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

Color convert

RGB 161 114 6 -
CMYK 0 0.29 0.96 0.37
HSL 41.81º 0.93% 0.33% -
HSV(B) 41.81º 0.96% 0.63% -
XYZ 20.75 19.62 2.87 -
YUV 115.74 66.07 160.28 -
System Red Green Blue C M Y K H S L
Decimal 161 114 6 0 0.29 0.96 0.37 41.81 0.93 0.33
Hex A1 72 6 0 1D 60 25 2A 5D 21
Octal 241 162 6 0 35 140 45 52 135 41
Binary 10100001 1110010 110 0 11101 1100000 100101 101010 1011101 100001

Color Harmonies of #A17206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17206

Black with #A17206

Text Example


Text Example

White with #A17206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17206; }

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

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

background-color css

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

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

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

border-color css

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

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

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