Html Css Color HEX #A4812B Hacienda

📋 copy color: '#A4812B'

red 164 ◦ green 129 ◦ blue 43

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

Shades of Hacienda #A4812B

Tints of Hacienda #A4812B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.8%

R = 48.81%
G = 38.39%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4812B (or 0xA4812B) is known color: Hacienda. HEX triplet: A4, 81 and 2B. RGB value is (164,129,43). Sum of RGB (Red+Green+Blue) = 164+129+43=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A4812B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4812B is #5B7ED4. Grayscale: #828282. Windows color (decimal): -5996245 or 2851236. OLE color: 2851236.

HSL color Cylindrical-coordinate representation of color #A4812B: hue angle of 42.64º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4812B is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 129 43 -
CMYK 0 0.21 0.74 0.36
HSL 42.64º 0.58% 0.41% -
HSV(B) 42.64º 0.74% 0.64% -
XYZ 23.6 23.77 5.63 -
YUV 129.66 79.1 152.49 -
System Red Green Blue C M Y K H S L
Decimal 164 129 43 0 0.21 0.74 0.36 42.64 0.58 0.41
Hex A4 81 2B 0 15 4A 24 2B 3A 29
Octal 244 201 53 0 25 112 44 53 72 51
Binary 10100100 10000001 101011 0 10101 1001010 100100 101011 111010 101001

Color Harmonies of #A4812B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4812B

Black with #A4812B

Text Example


Text Example

White with #A4812B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4812B; }

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

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

background-color css

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

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

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

border-color css

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

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

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