Html Css Color HEX #A4811B Hacienda

📋 copy color: '#A4811B'

red 164 ◦ green 129 ◦ blue 27

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

Shades of Hacienda #A4811B

Tints of Hacienda #A4811B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.44%

R = 51.25%
G = 40.31%
B = 8.44%

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

#A4811B (or 0xA4811B) is known color: Hacienda. HEX triplet: A4, 81 and 1B. RGB value is (164,129,27). Sum of RGB (Red+Green+Blue) = 164+129+27=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A4811B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4811B is #5B7EE4. Grayscale: #808080. Windows color (decimal): -5996261 or 1802660. OLE color: 1802660.

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

Color convert

RGB 164 129 27 -
CMYK 0 0.21 0.84 0.36
HSL 44.67º 0.72% 0.37% -
HSV(B) 44.67º 0.84% 0.64% -
XYZ 23.36 23.67 4.37 -
YUV 127.84 71.1 153.79 -
System Red Green Blue C M Y K H S L
Decimal 164 129 27 0 0.21 0.84 0.36 44.67 0.72 0.37
Hex A4 81 1B 0 15 54 24 2D 48 25
Octal 244 201 33 0 25 124 44 55 110 45
Binary 10100100 10000001 11011 0 10101 1010100 100100 101101 1001000 100101

Color Harmonies of #A4811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4811B

Black with #A4811B

Text Example


Text Example

White with #A4811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4811B; }

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

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

background-color css

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

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

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

border-color css

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

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

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