Html Css Color HEX #A4811A Hacienda

📋 copy color: '#A4811A'

red 164 ◦ green 129 ◦ blue 26

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

Shades of Hacienda #A4811A

Tints of Hacienda #A4811A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.44%

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

R = 51.41%
G = 40.44%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4811A (or 0xA4811A) is known color: Hacienda. HEX triplet: A4, 81 and 1A. RGB value is (164,129,26). Sum of RGB (Red+Green+Blue) = 164+129+26=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A4811A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4811A is #5B7EE5. Grayscale: #808080. Windows color (decimal): -5996262 or 1737124. OLE color: 1737124.

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

Color convert

RGB 164 129 26 -
CMYK 0 0.21 0.84 0.36
HSL 44.78º 0.73% 0.37% -
HSV(B) 44.78º 0.84% 0.64% -
XYZ 23.35 23.67 4.32 -
YUV 127.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 164 129 26 0 0.21 0.84 0.36 44.78 0.73 0.37
Hex A4 81 1A 0 15 54 24 2D 49 25
Octal 244 201 32 0 25 124 44 55 111 45
Binary 10100100 10000001 11010 0 10101 1010100 100100 101101 1001001 100101

Color Harmonies of #A4811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4811A

Black with #A4811A

Text Example


Text Example

White with #A4811A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4811A; }

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

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

background-color css

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

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

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

border-color css

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

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

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