Html Css Color HEX #A48924 Hacienda

📋 copy color: '#A48924'

red 164 ◦ green 137 ◦ blue 36

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

Shades of Hacienda #A48924

Tints of Hacienda #A48924

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.65%

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

R = 48.66%
G = 40.65%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A48924 (or 0xA48924) is known color: Hacienda. HEX triplet: A4, 89 and 24. RGB value is (164,137,36). Sum of RGB (Red+Green+Blue) = 164+137+36=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A48924 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48924 is #5B76DB. Grayscale: #858585. Windows color (decimal): -5994204 or 2394532. OLE color: 2394532.

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

Color convert

RGB 164 137 36 -
CMYK 0 0.16 0.78 0.36
HSL 47.34º 0.64% 0.39% -
HSV(B) 47.34º 0.78% 0.64% -
XYZ 24.57 25.91 5.38 -
YUV 133.56 72.95 149.71 -
System Red Green Blue C M Y K H S L
Decimal 164 137 36 0 0.16 0.78 0.36 47.34 0.64 0.39
Hex A4 89 24 0 10 4E 24 2F 40 27
Octal 244 211 44 0 20 116 44 57 100 47
Binary 10100100 10001001 100100 0 10000 1001110 100100 101111 1000000 100111

Color Harmonies of #A48924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48924

Black with #A48924

Text Example


Text Example

White with #A48924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48924; }

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

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

background-color css

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

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

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

border-color css

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

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

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