Html Css Color HEX #A48224 Hacienda

📋 copy color: '#A48224'

red 164 ◦ green 130 ◦ blue 36

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

Shades of Hacienda #A48224

Tints of Hacienda #A48224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.39%

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

R = 49.7%
G = 39.39%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A48224 (or 0xA48224) is known color: Hacienda. HEX triplet: A4, 82 and 24. RGB value is (164,130,36). Sum of RGB (Red+Green+Blue) = 164+130+36=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A48224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48224 is #5B7DDB. Grayscale: #818181. Windows color (decimal): -5995996 or 2392740. OLE color: 2392740.

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

Color convert

RGB 164 130 36 -
CMYK 0 0.21 0.78 0.36
HSL 44.06º 0.64% 0.39% -
HSV(B) 44.06º 0.78% 0.64% -
XYZ 23.61 23.99 5.05 -
YUV 129.45 75.26 152.64 -
System Red Green Blue C M Y K H S L
Decimal 164 130 36 0 0.21 0.78 0.36 44.06 0.64 0.39
Hex A4 82 24 0 15 4E 24 2C 40 27
Octal 244 202 44 0 25 116 44 54 100 47
Binary 10100100 10000010 100100 0 10101 1001110 100100 101100 1000000 100111

Color Harmonies of #A48224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48224

Black with #A48224

Text Example


Text Example

White with #A48224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48224; }

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

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

background-color css

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

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

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

border-color css

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

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

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