Html Css Color HEX #A48124 Hacienda

📋 copy color: '#A48124'

red 164 ◦ green 129 ◦ blue 36

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

Shades of Hacienda #A48124

Tints of Hacienda #A48124

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.21%

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

R = 49.85%
G = 39.21%
B = 10.94%

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

#A48124 (or 0xA48124) is known color: Hacienda. HEX triplet: A4, 81 and 24. RGB value is (164,129,36). Sum of RGB (Red+Green+Blue) = 164+129+36=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A48124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48124 is #5B7EDB. Grayscale: #818181. Windows color (decimal): -5996252 or 2392484. OLE color: 2392484.

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

Color convert

RGB 164 129 36 -
CMYK 0 0.21 0.78 0.36
HSL 43.59º 0.64% 0.39% -
HSV(B) 43.59º 0.78% 0.64% -
XYZ 23.48 23.72 5.01 -
YUV 128.86 75.6 153.06 -
System Red Green Blue C M Y K H S L
Decimal 164 129 36 0 0.21 0.78 0.36 43.59 0.64 0.39
Hex A4 81 24 0 15 4E 24 2C 40 27
Octal 244 201 44 0 25 116 44 54 100 47
Binary 10100100 10000001 100100 0 10101 1001110 100100 101100 1000000 100111

Color Harmonies of #A48124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48124

Black with #A48124

Text Example


Text Example

White with #A48124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48124; }

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

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

background-color css

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

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

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

border-color css

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

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

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