Html Css Color HEX #A48624 Hacienda

📋 copy color: '#A48624'

red 164 ◦ green 134 ◦ blue 36

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

Shades of Hacienda #A48624

Tints of Hacienda #A48624

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.12%

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

R = 49.1%
G = 40.12%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A48624 (or 0xA48624) is known color: Hacienda. HEX triplet: A4, 86 and 24. RGB value is (164,134,36). Sum of RGB (Red+Green+Blue) = 164+134+36=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A48624 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48624 is #5B79DB. Grayscale: #848484. Windows color (decimal): -5994972 or 2393764. OLE color: 2393764.

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

Color convert

RGB 164 134 36 -
CMYK 0 0.18 0.78 0.36
HSL 45.94º 0.64% 0.39% -
HSV(B) 45.94º 0.78% 0.64% -
XYZ 24.15 25.07 5.24 -
YUV 131.8 73.94 150.97 -
System Red Green Blue C M Y K H S L
Decimal 164 134 36 0 0.18 0.78 0.36 45.94 0.64 0.39
Hex A4 86 24 0 12 4E 24 2E 40 27
Octal 244 206 44 0 22 116 44 56 100 47
Binary 10100100 10000110 100100 0 10010 1001110 100100 101110 1000000 100111

Color Harmonies of #A48624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48624

Black with #A48624

Text Example


Text Example

White with #A48624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48624; }

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

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

background-color css

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

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

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

border-color css

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

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

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