Html Css Color HEX #A4881D Hacienda

📋 copy color: '#A4881D'

red 164 ◦ green 136 ◦ blue 29

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

Shades of Hacienda #A4881D

Tints of Hacienda #A4881D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.34%

 BLUE value IS 29 (11.72% from 255) = 8.81%

R = 49.85%
G = 41.34%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4881D (or 0xA4881D) is known color: Hacienda. HEX triplet: A4, 88 and 1D. RGB value is (164,136,29). Sum of RGB (Red+Green+Blue) = 164+136+29=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A4881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4881D is #5B77E2. Grayscale: #848484. Windows color (decimal): -5994467 or 1935524. OLE color: 1935524.

HSL color Cylindrical-coordinate representation of color #A4881D: hue angle of 47.56º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4881D is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 136 29 -
CMYK 0 0.17 0.82 0.36
HSL 47.56º 0.7% 0.38% -
HSV(B) 47.56º 0.82% 0.64% -
XYZ 24.34 25.59 4.82 -
YUV 132.17 69.78 150.7 -
System Red Green Blue C M Y K H S L
Decimal 164 136 29 0 0.17 0.82 0.36 47.56 0.7 0.38
Hex A4 88 1D 0 11 52 24 30 46 26
Octal 244 210 35 0 21 122 44 60 106 46
Binary 10100100 10001000 11101 0 10001 1010010 100100 110000 1000110 100110

Color Harmonies of #A4881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4881D

Black with #A4881D

Text Example


Text Example

White with #A4881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4881D; }

 p { color: rgb(164,136,29); }

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

background-color css

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

 a { background-color: rgb(164,136,29); }

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

border-color css

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

 span { border-color: rgb(164,136,29); }

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