#a3821c

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

Shades of Hacienda #A3821C

Tints of Hacienda #A3821C

Color information

#A3821C (or 0xA3821C) is unknown color: approx Hacienda. HEX triplet: A3, 82 and 1C. RGB value is (163,130,28). Sum of RGB (Red+Green+Blue) = 163+130+28=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A3821C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3821C is #5C7DE3. Grayscale: #808080. Windows color (decimal): -6061540 or 1868451. OLE color: 1868451.

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

Color convert

RGB16313028-
CMYK00.200.830.36
HSL45.33º70.68%37.45%-
HSV(B)45.33º82.82%63.92%-
XYZ23.323.844.47-
YUV128.2471.43152.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 28 (11.33% from 255) = 8.72%
R=50.78%
G=40.50%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631302800.200.830.3645.3370.6837.45
HexA3821C01453242d4725
Octal24320234024123445510745
Binary10100011100000101110001010010100111001001011011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3821c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3821c; }

 p { color: rgb(163,130,28); }

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

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

 a { background-color: rgb(163,130,28); }

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

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

 span { border-color: rgb(163,130,28); }

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