Html Css Color HEX #A4891C Hacienda

📋 copy color: '#A4891C'

red 164 ◦ green 137 ◦ blue 28

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

Shades of Hacienda #A4891C

Tints of Hacienda #A4891C

RGB

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

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

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

R = 49.85%
G = 41.64%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A4891C (or 0xA4891C) is known color: Hacienda. HEX triplet: A4, 89 and 1C. RGB value is (164,137,28). Sum of RGB (Red+Green+Blue) = 164+137+28=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A4891C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4891C is #5B76E3. Grayscale: #858585. Windows color (decimal): -5994212 or 1870244. OLE color: 1870244.

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

Color convert

RGB 164 137 28 -
CMYK 0 0.16 0.83 0.36
HSL 48.09º 0.71% 0.38% -
HSV(B) 48.09º 0.83% 0.64% -
XYZ 24.47 25.87 4.8 -
YUV 132.65 68.95 150.36 -
System Red Green Blue C M Y K H S L
Decimal 164 137 28 0 0.16 0.83 0.36 48.09 0.71 0.38
Hex A4 89 1C 0 10 53 24 30 47 26
Octal 244 211 34 0 20 123 44 60 107 46
Binary 10100100 10001001 11100 0 10000 1010011 100100 110000 1000111 100110

Color Harmonies of #A4891C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4891C

Black with #A4891C

Text Example


Text Example

White with #A4891C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4891C; }

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

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

background-color css

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

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

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

border-color css

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

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

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