Html Css Color HEX #A4881A Hacienda

📋 copy color: '#A4881A'

red 164 ◦ green 136 ◦ blue 26

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

Shades of Hacienda #A4881A

Tints of Hacienda #A4881A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.98%

R = 50.31%
G = 41.72%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4881A (or 0xA4881A) is known color: Hacienda. HEX triplet: A4, 88 and 1A. RGB value is (164,136,26). Sum of RGB (Red+Green+Blue) = 164+136+26=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4881A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4881A is #5B77E5. Grayscale: #848484. Windows color (decimal): -5994470 or 1738916. OLE color: 1738916.

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

Color convert

RGB 164 136 26 -
CMYK 0 0.17 0.84 0.36
HSL 47.83º 0.73% 0.37% -
HSV(B) 47.83º 0.84% 0.64% -
XYZ 24.3 25.58 4.63 -
YUV 131.83 68.28 150.94 -
System Red Green Blue C M Y K H S L
Decimal 164 136 26 0 0.17 0.84 0.36 47.83 0.73 0.37
Hex A4 88 1A 0 11 54 24 30 49 25
Octal 244 210 32 0 21 124 44 60 111 45
Binary 10100100 10001000 11010 0 10001 1010100 100100 110000 1001001 100101

Color Harmonies of #A4881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4881A

Black with #A4881A

Text Example


Text Example

White with #A4881A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4881A; }

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

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

background-color css

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

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

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

border-color css

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

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

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