Html Css Color HEX #A4881C Hacienda

📋 copy color: '#A4881C'

red 164 ◦ green 136 ◦ blue 28

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

Shades of Hacienda #A4881C

Tints of Hacienda #A4881C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.54%

R = 50%
G = 41.46%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A4881C (or 0xA4881C) is known color: Hacienda. HEX triplet: A4, 88 and 1C. RGB value is (164,136,28). Sum of RGB (Red+Green+Blue) = 164+136+28=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4881C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4881C is #5B77E3. Grayscale: #848484. Windows color (decimal): -5994468 or 1869988. OLE color: 1869988.

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

Color convert

RGB 164 136 28 -
CMYK 0 0.17 0.83 0.36
HSL 47.65º 0.71% 0.38% -
HSV(B) 47.65º 0.83% 0.64% -
XYZ 24.32 25.58 4.75 -
YUV 132.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 164 136 28 0 0.17 0.83 0.36 47.65 0.71 0.38
Hex A4 88 1C 0 11 53 24 30 47 26
Octal 244 210 34 0 21 123 44 60 107 46
Binary 10100100 10001000 11100 0 10001 1010011 100100 110000 1000111 100110

Color Harmonies of #A4881C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4881C

Black with #A4881C

Text Example


Text Example

White with #A4881C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4881C; }

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

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

background-color css

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

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

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

border-color css

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

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

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