Html Css Color HEX #A48C24 Hacienda

📋 copy color: '#A48C24'

red 164 ◦ green 140 ◦ blue 36

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

Shades of Hacienda #A48C24

Tints of Hacienda #A48C24

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.18%

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

R = 48.24%
G = 41.18%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A48C24 (or 0xA48C24) is known color: Hacienda. HEX triplet: A4, 8C and 24. RGB value is (164,140,36). Sum of RGB (Red+Green+Blue) = 164+140+36=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48C24 is #5B73DB. Grayscale: #878787. Windows color (decimal): -5993436 or 2395300. OLE color: 2395300.

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

Color convert

RGB 164 140 36 -
CMYK 0 0.15 0.78 0.36
HSL 48.75º 0.64% 0.39% -
HSV(B) 48.75º 0.78% 0.64% -
XYZ 25.01 26.78 5.52 -
YUV 135.32 71.95 148.46 -
System Red Green Blue C M Y K H S L
Decimal 164 140 36 0 0.15 0.78 0.36 48.75 0.64 0.39
Hex A4 8C 24 0 F 4E 24 31 40 27
Octal 244 214 44 0 17 116 44 61 100 47
Binary 10100100 10001100 100100 0 1111 1001110 100100 110001 1000000 100111

Color Harmonies of #A48C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C24

Black with #A48C24

Text Example


Text Example

White with #A48C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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