Html Css Color HEX #A17506 Golden Brown

📋 copy color: '#A17506'

red 161 ◦ green 117 ◦ blue 6

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

Shades of Golden Brown #A17506

Tints of Golden Brown #A17506

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.2%

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

R = 56.69%
G = 41.2%
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

#A17506 (or 0xA17506) is known color: Golden Brown. HEX triplet: A1, 75 and 06. RGB value is (161,117,6). Sum of RGB (Red+Green+Blue) = 161+117+6=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A17506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17506 is #5E8AF9. Grayscale: #757575. Windows color (decimal): -6195962 or 423329. OLE color: 423329.

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

Color convert

RGB 161 117 6 -
CMYK 0 0.27 0.96 0.37
HSL 42.97º 0.93% 0.33% -
HSV(B) 42.97º 0.96% 0.63% -
XYZ 21.09 20.31 2.98 -
YUV 117.5 65.08 159.03 -
System Red Green Blue C M Y K H S L
Decimal 161 117 6 0 0.27 0.96 0.37 42.97 0.93 0.33
Hex A1 75 6 0 1B 60 25 2B 5D 21
Octal 241 165 6 0 33 140 45 53 135 41
Binary 10100001 1110101 110 0 11011 1100000 100101 101011 1011101 100001

Color Harmonies of #A17506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17506

Black with #A17506

Text Example


Text Example

White with #A17506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17506; }

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

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

background-color css

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

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

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

border-color css

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

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

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