Html Css Color HEX #A17306 Golden Brown

📋 copy color: '#A17306'

red 161 ◦ green 115 ◦ blue 6

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

Shades of Golden Brown #A17306

Tints of Golden Brown #A17306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.78%

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

R = 57.09%
G = 40.78%
B = 2.13%

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

#A17306 (or 0xA17306) is known color: Golden Brown. HEX triplet: A1, 73 and 06. RGB value is (161,115,6). Sum of RGB (Red+Green+Blue) = 161+115+6=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A17306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17306 is #5E8CF9. Grayscale: #747474. Windows color (decimal): -6196474 or 422817. OLE color: 422817.

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

Color convert

RGB 161 115 6 -
CMYK 0 0.29 0.96 0.37
HSL 42.19º 0.93% 0.33% -
HSV(B) 42.19º 0.96% 0.63% -
XYZ 20.86 19.85 2.9 -
YUV 116.33 65.74 159.86 -
System Red Green Blue C M Y K H S L
Decimal 161 115 6 0 0.29 0.96 0.37 42.19 0.93 0.33
Hex A1 73 6 0 1D 60 25 2A 5D 21
Octal 241 163 6 0 35 140 45 52 135 41
Binary 10100001 1110011 110 0 11101 1100000 100101 101010 1011101 100001

Color Harmonies of #A17306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17306

Black with #A17306

Text Example


Text Example

White with #A17306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17306; }

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

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

background-color css

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

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

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

border-color css

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

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

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