Html Css Color HEX #A47019 Golden Brown

📋 copy color: '#A47019'

red 164 ◦ green 112 ◦ blue 25

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

Shades of Golden Brown #A47019

Tints of Golden Brown #A47019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.31%

R = 54.49%
G = 37.21%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A47019 (or 0xA47019) is known color: Golden Brown. HEX triplet: A4, 70 and 19. RGB value is (164,112,25). Sum of RGB (Red+Green+Blue) = 164+112+25=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A47019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47019 is #5B8FE6. Grayscale: #767676. Windows color (decimal): -6000615 or 1667236. OLE color: 1667236.

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

Color convert

RGB 164 112 25 -
CMYK 0 0.32 0.85 0.36
HSL 37.55º 0.74% 0.37% -
HSV(B) 37.55º 0.85% 0.64% -
XYZ 21.28 19.55 3.57 -
YUV 117.63 75.73 161.07 -
System Red Green Blue C M Y K H S L
Decimal 164 112 25 0 0.32 0.85 0.36 37.55 0.74 0.37
Hex A4 70 19 0 20 55 24 26 4A 25
Octal 244 160 31 0 40 125 44 46 112 45
Binary 10100100 1110000 11001 0 100000 1010101 100100 100110 1001010 100101

Color Harmonies of #A47019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47019

Black with #A47019

Text Example


Text Example

White with #A47019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47019; }

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

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

background-color css

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

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

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

border-color css

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

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

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