#A3822B

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

Shades of Hacienda #A3822B

Tints of Hacienda #A3822B

Color information

#A3822B (or 0xA3822B) is unknown color: approx Hacienda. HEX triplet: A3, 82 and 2B. RGB value is (163,130,43). Sum of RGB (Red+Green+Blue) = 163+130+43=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A3822B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3822B is #5C7DD4. Grayscale: #828282. Windows color (decimal): -6061525 or 2851491. OLE color: 2851491.

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

Color convert

RGB16313043-
CMYK00.200.740.36
HSL43.5º58.25%40.39%-
HSV(B)43.5º73.62%63.92%-
XYZ23.5223.935.66-
YUV129.9578.93151.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.51%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 43 (17.19% from 255) = 12.80%
R=48.51%
G=38.69%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631304300.200.740.3643.558.2540.39
HexA3822B0144A242c3a28
Octal2432025302411244547250
Binary10100011100000101010110101001001010100100101100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3822B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3822B; }

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

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

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

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

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

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

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

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