#A3532D

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

Shades of Sienna #A3532D

Tints of Sienna #A3532D

Color information

#A3532D (or 0xA3532D) is unknown color: approx Sienna. HEX triplet: A3, 53 and 2D. RGB value is (163,83,45). Sum of RGB (Red+Green+Blue) = 163+83+45=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A3532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3532D is #5CACD2. Grayscale: #666666. Windows color (decimal): -6073555 or 2970531. OLE color: 2970531.

HSL color Cylindrical-coordinate representation of color #A3532D: hue angle of 19.32º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3532D is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1638345-
CMYK00.490.720.36
HSL19.32º56.73%40.78%-
HSV(B)19.32º72.39%63.92%-
XYZ18.6714.164.23-
YUV102.5995.5171.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.01%
GREEN value IS 83 (32.81% from 255) = 28.52%
BLUE value IS 45 (17.97% from 255) = 15.46%
R=56.01%
G=28.52%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163834500.490.720.3619.3256.7340.78
HexA3532D0314824133929
Octal2431235506111044237151
Binary1010001110100111011010110001100100010010010011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3532D; }

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

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

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

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

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

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

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

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