#A3532A

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

Shades of Sienna #A3532A

Tints of Sienna #A3532A

Color information

#A3532A (or 0xA3532A) is unknown color: approx Sienna. HEX triplet: A3, 53 and 2A. RGB value is (163,83,42). Sum of RGB (Red+Green+Blue) = 163+83+42=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A3532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3532A is #5CACD5. Grayscale: #666666. Windows color (decimal): -6073558 or 2773923. OLE color: 2773923.

HSL color Cylindrical-coordinate representation of color #A3532A: hue angle of 20.33º degrees, saturation: 0.59, 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 #A3532A is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1638342-
CMYK00.490.740.36
HSL20.33º59.02%40.2%-
HSV(B)20.33º74.23%63.92%-
XYZ18.6214.143.94-
YUV102.2594171.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.60%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 42 (16.80% from 255) = 14.58%
R=56.60%
G=28.82%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163834200.490.740.3620.3359.0240.2
HexA3532A0314A24143b28
Octal2431235206111244247350
Binary1010001110100111010100110001100101010010010100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3532A; }

 p { color: rgb(163,83,42); }

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

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

 a { background-color: rgb(163,83,42); }

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

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

 span { border-color: rgb(163,83,42); }

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