Html Css Color HEX #A4891A Hacienda

📋 copy color: '#A4891A'

red 164 ◦ green 137 ◦ blue 26

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

Shades of Hacienda #A4891A

Tints of Hacienda #A4891A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.9%

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

R = 50.15%
G = 41.9%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4891A (or 0xA4891A) is known color: Hacienda. HEX triplet: A4, 89 and 1A. RGB value is (164,137,26). Sum of RGB (Red+Green+Blue) = 164+137+26=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4891A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4891A is #5B76E5. Grayscale: #848484. Windows color (decimal): -5994214 or 1739172. OLE color: 1739172.

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

Color convert

RGB 164 137 26 -
CMYK 0 0.16 0.84 0.36
HSL 48.26º 0.73% 0.37% -
HSV(B) 48.26º 0.84% 0.64% -
XYZ 24.44 25.86 4.68 -
YUV 132.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 164 137 26 0 0.16 0.84 0.36 48.26 0.73 0.37
Hex A4 89 1A 0 10 54 24 30 49 25
Octal 244 211 32 0 20 124 44 60 111 45
Binary 10100100 10001001 11010 0 10000 1010100 100100 110000 1001001 100101

Color Harmonies of #A4891A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4891A

Black with #A4891A

Text Example


Text Example

White with #A4891A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4891A; }

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

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

background-color css

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

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

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

border-color css

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

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

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