Html Css Color HEX #A47506 Golden Brown

📋 copy color: '#A47506'

red 164 ◦ green 117 ◦ blue 6

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

Shades of Golden Brown #A47506

Tints of Golden Brown #A47506

RGB

 RED value IS 164 (64.45% from 255) = 57.14%

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

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

R = 57.14%
G = 40.77%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A47506 (or 0xA47506) is known color: Golden Brown. HEX triplet: A4, 75 and 06. RGB value is (164,117,6). Sum of RGB (Red+Green+Blue) = 164+117+6=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A47506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47506 is #5B8AF9. Grayscale: #767676. Windows color (decimal): -5999354 or 423332. OLE color: 423332.

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

Color convert

RGB 164 117 6 -
CMYK 0 0.29 0.96 0.36
HSL 42.15º 0.93% 0.33% -
HSV(B) 42.15º 0.96% 0.64% -
XYZ 21.7 20.63 3.01 -
YUV 118.4 64.57 160.53 -
System Red Green Blue C M Y K H S L
Decimal 164 117 6 0 0.29 0.96 0.36 42.15 0.93 0.33
Hex A4 75 6 0 1D 60 24 2A 5D 21
Octal 244 165 6 0 35 140 44 52 135 41
Binary 10100100 1110101 110 0 11101 1100000 100100 101010 1011101 100001

Color Harmonies of #A47506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47506

Black with #A47506

Text Example


Text Example

White with #A47506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47506; }

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

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

background-color css

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

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

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

border-color css

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

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

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