#A35D52

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

Shades of Crail #A35D52

Tints of Crail #A35D52

Color information

#A35D52 (or 0xA35D52) is unknown color: approx Crail. HEX triplet: A3, 5D and 52. RGB value is (163,93,82). Sum of RGB (Red+Green+Blue) = 163+93+82=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35D52 is #5CA2AD. Grayscale: #707070. Windows color (decimal): -6070958 or 5397923. OLE color: 5397923.

HSL color Cylindrical-coordinate representation of color #A35D52: hue angle of 8.15º 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 #A35D52 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB1639382-
CMYK00.430.500.36
HSL8.15º33.06%48.04%-
HSV(B)8.15º49.69%63.92%-
XYZ20.5416.2210.03-
YUV112.68110.69163.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.22%
GREEN value IS 93 (36.72% from 255) = 27.51%
BLUE value IS 82 (32.42% from 255) = 24.26%
R=48.22%
G=27.51%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163938200.430.500.368.1533.0648.04
HexA35D5202B322482130
Octal2431351220536244104160
Binary101000111011101101001001010111100101001001000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D52; }

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

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

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

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

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

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

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

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