#A1802B

Color #A1802B Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #A1802B

Tints of Hacienda #A1802B

Color information

#A1802B (or 0xA1802B) is unknown color: approx Hacienda. HEX triplet: A1, 80 and 2B. RGB value is (161,128,43). Sum of RGB (Red+Green+Blue) = 161+128+43=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A1802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1802B is #5E7FD4. Grayscale: #808080. Windows color (decimal): -6193109 or 2850977. OLE color: 2850977.

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

Color convert

RGB16112843-
CMYK00.200.730.37
HSL43.22º57.84%40%-
HSV(B)43.22º73.29%63.14%-
XYZ22.8523.195.56-
YUV128.1879.93151.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 43 (17.19% from 255) = 12.95%
R=48.49%
G=38.55%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611284300.200.730.3743.2257.8440
HexA1802B01449252b3a28
Octal2412005302411145537250
Binary10100001100000001010110101001001001100101101011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1802B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1802B; }

 p { color: rgb(161,128,43); }

 H1.HeaderClassName
 {
   color: #A1802B;
 }
 .AnyTagClassName
 {
   color: #A1802B;
 }
</style>
background-color css

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

 a { background-color: rgb(161,128,43); }

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

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

 span { border-color: rgb(161,128,43); }

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