Html Css Color HEX #A48818 Hacienda

📋 copy color: '#A48818'

red 164 ◦ green 136 ◦ blue 24

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

Shades of Hacienda #A48818

Tints of Hacienda #A48818

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.98%

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

R = 50.62%
G = 41.98%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A48818 (or 0xA48818) is known color: Hacienda. HEX triplet: A4, 88 and 18. RGB value is (164,136,24). Sum of RGB (Red+Green+Blue) = 164+136+24=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A48818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48818 is #5B77E7. Grayscale: #848484. Windows color (decimal): -5994472 or 1607844. OLE color: 1607844.

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

Color convert

RGB 164 136 24 -
CMYK 0 0.17 0.85 0.36
HSL 48º 0.74% 0.37% -
HSV(B) 48º 0.85% 0.64% -
XYZ 24.28 25.57 4.52 -
YUV 131.6 67.28 151.11 -
System Red Green Blue C M Y K H S L
Decimal 164 136 24 0 0.17 0.85 0.36 48 0.74 0.37
Hex A4 88 18 0 11 55 24 30 4A 25
Octal 244 210 30 0 21 125 44 60 112 45
Binary 10100100 10001000 11000 0 10001 1010101 100100 110000 1001010 100101

Color Harmonies of #A48818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48818

Black with #A48818

Text Example


Text Example

White with #A48818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48818; }

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

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

background-color css

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

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

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

border-color css

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

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

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