#A35E52

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

Shades of Crail #A35E52

Tints of Crail #A35E52

Color information

#A35E52 (or 0xA35E52) is unknown color: approx Crail. HEX triplet: A3, 5E and 52. RGB value is (163,94,82). Sum of RGB (Red+Green+Blue) = 163+94+82=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35E52 is #5CA1AD. Grayscale: #717171. Windows color (decimal): -6070702 or 5398179. OLE color: 5398179.

HSL color Cylindrical-coordinate representation of color #A35E52: hue angle of 8.89º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35E52 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB1639482-
CMYK00.420.500.36
HSL8.89º33.06%48.04%-
HSV(B)8.89º49.69%63.92%-
XYZ20.6316.410.06-
YUV113.26110.36163.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 82 (32.42% from 255) = 24.19%
R=48.08%
G=27.73%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163948200.420.500.368.8933.0648.04
HexA35E5202A322492130
Octal2431361220526244114160
Binary101000111011110101001001010101100101001001001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E52; }

 p { color: rgb(163,94,82); }

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

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

 a { background-color: rgb(163,94,82); }

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

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

 span { border-color: rgb(163,94,82); }

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