Html Css Color HEX #A47F18 Hacienda

📋 copy color: '#A47F18'

red 164 ◦ green 127 ◦ blue 24

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

Shades of Hacienda #A47F18

Tints of Hacienda #A47F18

RGB

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

 GREEN value IS 127 (50% from 255) = 40.32%

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

R = 52.06%
G = 40.32%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A47F18 (or 0xA47F18) is known color: Hacienda. HEX triplet: A4, 7F and 18. RGB value is (164,127,24). Sum of RGB (Red+Green+Blue) = 164+127+24=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47F18 is #5B80E7. Grayscale: #7E7E7E. Windows color (decimal): -5996776 or 1605540. OLE color: 1605540.

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

Color convert

RGB 164 127 24 -
CMYK 0 0.23 0.85 0.36
HSL 44.14º 0.74% 0.37% -
HSV(B) 44.14º 0.85% 0.64% -
XYZ 23.06 23.14 4.11 -
YUV 126.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 164 127 24 0 0.23 0.85 0.36 44.14 0.74 0.37
Hex A4 7F 18 0 17 55 24 2C 4A 25
Octal 244 177 30 0 27 125 44 54 112 45
Binary 10100100 1111111 11000 0 10111 1010101 100100 101100 1001010 100101

Color Harmonies of #A47F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F18

Black with #A47F18

Text Example


Text Example

White with #A47F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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