Html Css Color HEX #A47013 Golden Brown

📋 copy color: '#A47013'

red 164 ◦ green 112 ◦ blue 19

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

Shades of Golden Brown #A47013

Tints of Golden Brown #A47013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.97%

 BLUE value IS 19 (7.81% from 255) = 6.44%

R = 55.59%
G = 37.97%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A47013 (or 0xA47013) is known color: Golden Brown. HEX triplet: A4, 70 and 13. RGB value is (164,112,19). Sum of RGB (Red+Green+Blue) = 164+112+19=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A47013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47013 is #5B8FEC. Grayscale: #757575. Windows color (decimal): -6000621 or 1274020. OLE color: 1274020.

HSL color Cylindrical-coordinate representation of color #A47013: hue angle of 38.48º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A47013 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 112 19 -
CMYK 0 0.32 0.88 0.36
HSL 38.48º 0.79% 0.36% -
HSV(B) 38.48º 0.88% 0.64% -
XYZ 21.22 19.53 3.27 -
YUV 116.95 72.73 161.56 -
System Red Green Blue C M Y K H S L
Decimal 164 112 19 0 0.32 0.88 0.36 38.48 0.79 0.36
Hex A4 70 13 0 20 58 24 26 4F 24
Octal 244 160 23 0 40 130 44 46 117 44
Binary 10100100 1110000 10011 0 100000 1011000 100100 100110 1001111 100100

Color Harmonies of #A47013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47013

Black with #A47013

Text Example


Text Example

White with #A47013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47013; }

 p { color: rgb(164,112,19); }

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

background-color css

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

 a { background-color: rgb(164,112,19); }

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

border-color css

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

 span { border-color: rgb(164,112,19); }

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