Html Css Color HEX #A47306 Golden Brown

📋 copy color: '#A47306'

red 164 ◦ green 115 ◦ blue 6

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

Shades of Golden Brown #A47306

Tints of Golden Brown #A47306

RGB

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

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

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

R = 57.54%
G = 40.35%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A47306 (or 0xA47306) is known color: Golden Brown. HEX triplet: A4, 73 and 06. RGB value is (164,115,6). Sum of RGB (Red+Green+Blue) = 164+115+6=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A47306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47306 is #5B8CF9. Grayscale: #757575. Windows color (decimal): -5999866 or 422820. OLE color: 422820.

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

Color convert

RGB 164 115 6 -
CMYK 0 0.30 0.96 0.36
HSL 41.39º 0.93% 0.33% -
HSV(B) 41.39º 0.96% 0.64% -
XYZ 21.47 20.17 2.93 -
YUV 117.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 164 115 6 0 0.30 0.96 0.36 41.39 0.93 0.33
Hex A4 73 6 0 1E 60 24 29 5D 21
Octal 244 163 6 0 36 140 44 51 135 41
Binary 10100100 1110011 110 0 11110 1100000 100100 101001 1011101 100001

Color Harmonies of #A47306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47306

Black with #A47306

Text Example


Text Example

White with #A47306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47306; }

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

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

background-color css

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

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

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

border-color css

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

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

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