Html Css Color HEX #A4812E Hacienda

📋 copy color: '#A4812E'

red 164 ◦ green 129 ◦ blue 46

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

Shades of Hacienda #A4812E

Tints of Hacienda #A4812E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.57%

R = 48.38%
G = 38.05%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A4812E (or 0xA4812E) is known color: Hacienda. HEX triplet: A4, 81 and 2E. RGB value is (164,129,46). Sum of RGB (Red+Green+Blue) = 164+129+46=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4812E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4812E is #5B7ED1. Grayscale: #828282. Windows color (decimal): -5996242 or 3047844. OLE color: 3047844.

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

Color convert

RGB 164 129 46 -
CMYK 0 0.21 0.72 0.36
HSL 42.2º 0.56% 0.41% -
HSV(B) 42.2º 0.72% 0.64% -
XYZ 23.65 23.79 5.93 -
YUV 130 80.6 152.25 -
System Red Green Blue C M Y K H S L
Decimal 164 129 46 0 0.21 0.72 0.36 42.2 0.56 0.41
Hex A4 81 2E 0 15 48 24 2A 38 29
Octal 244 201 56 0 25 110 44 52 70 51
Binary 10100100 10000001 101110 0 10101 1001000 100100 101010 111000 101001

Color Harmonies of #A4812E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4812E

Black with #A4812E

Text Example


Text Example

White with #A4812E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4812E; }

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

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

background-color css

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

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

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

border-color css

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

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

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