Html Css Color HEX #A47418 Hacienda

📋 copy color: '#A47418'

red 164 ◦ green 116 ◦ blue 24

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

Shades of Hacienda #A47418

Tints of Hacienda #A47418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.89%

R = 53.95%
G = 38.16%
B = 7.89%

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

#A47418 (or 0xA47418) is known color: Hacienda. HEX triplet: A4, 74 and 18. RGB value is (164,116,24). Sum of RGB (Red+Green+Blue) = 164+116+24=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A47418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47418 is #5B8BE7. Grayscale: #787878. Windows color (decimal): -5999592 or 1602724. OLE color: 1602724.

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

Color convert

RGB 164 116 24 -
CMYK 0 0.29 0.85 0.36
HSL 39.43º 0.74% 0.37% -
HSV(B) 39.43º 0.85% 0.64% -
XYZ 21.72 20.45 3.67 -
YUV 119.86 73.9 159.48 -
System Red Green Blue C M Y K H S L
Decimal 164 116 24 0 0.29 0.85 0.36 39.43 0.74 0.37
Hex A4 74 18 0 1D 55 24 27 4A 25
Octal 244 164 30 0 35 125 44 47 112 45
Binary 10100100 1110100 11000 0 11101 1010101 100100 100111 1001010 100101

Color Harmonies of #A47418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47418

Black with #A47418

Text Example


Text Example

White with #A47418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47418; }

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

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

background-color css

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

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

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

border-color css

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

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

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