Html Css Color HEX #A1812F Hacienda

📋 copy color: '#A1812F'

red 161 ◦ green 129 ◦ blue 47

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

Shades of Hacienda #A1812F

Tints of Hacienda #A1812F

RGB

 RED value IS 161 (63.28% from 255) = 47.77%

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

 BLUE value IS 47 (18.75% from 255) = 13.95%

R = 47.77%
G = 38.28%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1812F (or 0xA1812F) is known color: Hacienda. HEX triplet: A1, 81 and 2F. RGB value is (161,129,47). Sum of RGB (Red+Green+Blue) = 161+129+47=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1812F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1812F is #5E7ED0. Grayscale: #818181. Windows color (decimal): -6192849 or 3113377. OLE color: 3113377.

HSL color Cylindrical-coordinate representation of color #A1812F: hue angle of 43.16º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1812F is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 129 47 -
CMYK 0 0.20 0.71 0.37
HSL 43.16º 0.55% 0.41% -
HSV(B) 43.16º 0.71% 0.63% -
XYZ 23.06 23.48 6.01 -
YUV 129.22 81.6 150.67 -
System Red Green Blue C M Y K H S L
Decimal 161 129 47 0 0.20 0.71 0.37 43.16 0.55 0.41
Hex A1 81 2F 0 14 47 25 2B 37 29
Octal 241 201 57 0 24 107 45 53 67 51
Binary 10100001 10000001 101111 0 10100 1000111 100101 101011 110111 101001

Color Harmonies of #A1812F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1812F

Black with #A1812F

Text Example


Text Example

White with #A1812F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1812F; }

 p { color: rgb(161,129,47); }

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

background-color css

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

 a { background-color: rgb(161,129,47); }

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

border-color css

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

 span { border-color: rgb(161,129,47); }

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