#A3533F

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

Shades of Crail #A3533F

Tints of Crail #A3533F

Color information

#A3533F (or 0xA3533F) is unknown color: approx Crail. HEX triplet: A3, 53 and 3F. RGB value is (163,83,63). Sum of RGB (Red+Green+Blue) = 163+83+63=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3533F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3533F is #5CACC0. Grayscale: #686868. Windows color (decimal): -6073537 or 4150179. OLE color: 4150179.

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

Color convert

RGB1638363-
CMYK00.490.610.36
HSL12º44.25%44.31%-
HSV(B)12º61.35%63.92%-
XYZ19.0914.336.46-
YUV104.64104.5169.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 63 (25% from 255) = 20.39%
R=52.75%
G=26.86%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163836300.490.610.361244.2544.31
HexA3533F0313D24c2c2c
Octal243123770617544145454
Binary10100011101001111111101100011111011001001100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3533F; }

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

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

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

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

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

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

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

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