#A3532E

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

Shades of Sienna #A3532E

Tints of Sienna #A3532E

Color information

#A3532E (or 0xA3532E) is unknown color: approx Sienna. HEX triplet: A3, 53 and 2E. RGB value is (163,83,46). Sum of RGB (Red+Green+Blue) = 163+83+46=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A3532E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3532E is #5CACD1. Grayscale: #666666. Windows color (decimal): -6073554 or 3036067. OLE color: 3036067.

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

Color convert

RGB1638346-
CMYK00.490.720.36
HSL18.97º55.98%40.98%-
HSV(B)18.97º71.78%63.92%-
XYZ18.6914.174.33-
YUV102.796171.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.82%
GREEN value IS 83 (32.81% from 255) = 28.42%
BLUE value IS 46 (18.36% from 255) = 15.75%
R=55.82%
G=28.42%
B=15.75%

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
Decimal163834600.490.720.3618.9755.9840.98
HexA3532E0314824133829
Octal2431235606111044237051
Binary1010001110100111011100110001100100010010010011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3532E; }

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

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

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

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

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

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

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

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