Html Css Color HEX #A48824 Hacienda

📋 copy color: '#A48824'

red 164 ◦ green 136 ◦ blue 36

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

Shades of Hacienda #A48824

Tints of Hacienda #A48824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.71%

R = 48.81%
G = 40.48%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A48824 (or 0xA48824) is known color: Hacienda. HEX triplet: A4, 88 and 24. RGB value is (164,136,36). Sum of RGB (Red+Green+Blue) = 164+136+36=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A48824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48824 is #5B77DB. Grayscale: #858585. Windows color (decimal): -5994460 or 2394276. OLE color: 2394276.

HSL color Cylindrical-coordinate representation of color #A48824: hue angle of 46.88º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A48824 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 136 36 -
CMYK 0 0.17 0.78 0.36
HSL 46.88º 0.64% 0.39% -
HSV(B) 46.88º 0.78% 0.64% -
XYZ 24.43 25.63 5.33 -
YUV 132.97 73.28 150.13 -
System Red Green Blue C M Y K H S L
Decimal 164 136 36 0 0.17 0.78 0.36 46.88 0.64 0.39
Hex A4 88 24 0 11 4E 24 2F 40 27
Octal 244 210 44 0 21 116 44 57 100 47
Binary 10100100 10001000 100100 0 10001 1001110 100100 101111 1000000 100111

Color Harmonies of #A48824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48824

Black with #A48824

Text Example


Text Example

White with #A48824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48824; }

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

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

background-color css

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

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

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

border-color css

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

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

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