Html Css Color HEX #A47406 Golden Brown

📋 copy color: '#A47406'

red 164 ◦ green 116 ◦ blue 6

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

Shades of Golden Brown #A47406

Tints of Golden Brown #A47406

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.56%

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

R = 57.34%
G = 40.56%
B = 2.1%

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

#A47406 (or 0xA47406) is known color: Golden Brown. HEX triplet: A4, 74 and 06. RGB value is (164,116,6). Sum of RGB (Red+Green+Blue) = 164+116+6=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A47406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47406 is #5B8BF9. Grayscale: #767676. Windows color (decimal): -5999610 or 423076. OLE color: 423076.

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

Color convert

RGB 164 116 6 -
CMYK 0 0.29 0.96 0.36
HSL 41.77º 0.93% 0.33% -
HSV(B) 41.77º 0.96% 0.64% -
XYZ 21.59 20.4 2.97 -
YUV 117.81 64.9 160.94 -
System Red Green Blue C M Y K H S L
Decimal 164 116 6 0 0.29 0.96 0.36 41.77 0.93 0.33
Hex A4 74 6 0 1D 60 24 2A 5D 21
Octal 244 164 6 0 35 140 44 52 135 41
Binary 10100100 1110100 110 0 11101 1100000 100100 101010 1011101 100001

Color Harmonies of #A47406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47406

Black with #A47406

Text Example


Text Example

White with #A47406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47406; }

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

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

background-color css

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

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

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

border-color css

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

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

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