Html Css Color HEX #A47519 Hacienda

📋 copy color: '#A47519'

red 164 ◦ green 117 ◦ blue 25

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

Shades of Hacienda #A47519

Tints of Hacienda #A47519

RGB

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

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

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

R = 53.59%
G = 38.24%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A47519 (or 0xA47519) is known color: Hacienda. HEX triplet: A4, 75 and 19. RGB value is (164,117,25). Sum of RGB (Red+Green+Blue) = 164+117+25=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A47519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47519 is #5B8AE6. Grayscale: #787878. Windows color (decimal): -5999335 or 1668516. OLE color: 1668516.

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

Color convert

RGB 164 117 25 -
CMYK 0 0.29 0.85 0.36
HSL 39.71º 0.74% 0.37% -
HSV(B) 39.71º 0.85% 0.64% -
XYZ 21.85 20.69 3.76 -
YUV 120.57 74.07 158.98 -
System Red Green Blue C M Y K H S L
Decimal 164 117 25 0 0.29 0.85 0.36 39.71 0.74 0.37
Hex A4 75 19 0 1D 55 24 28 4A 25
Octal 244 165 31 0 35 125 44 50 112 45
Binary 10100100 1110101 11001 0 11101 1010101 100100 101000 1001010 100101

Color Harmonies of #A47519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47519

Black with #A47519

Text Example


Text Example

White with #A47519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47519; }

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

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

background-color css

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

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

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

border-color css

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

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

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