#A35C55

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

Shades of Crail #A35C55

Tints of Crail #A35C55

Color information

#A35C55 (or 0xA35C55) is unknown color: approx Crail. HEX triplet: A3, 5C and 55. RGB value is (163,92,85). Sum of RGB (Red+Green+Blue) = 163+92+85=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35C55 is #5CA3AA. Grayscale: #707070. Windows color (decimal): -6071211 or 5594275. OLE color: 5594275.

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

Color convert

RGB1639285-
CMYK00.440.480.36
HSL5.38º31.45%48.63%-
HSV(B)5.38º47.85%63.92%-
XYZ20.5716.110.62-
YUV112.43112.52164.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 92 (36.33% from 255) = 27.06%
BLUE value IS 85 (33.59% from 255) = 25%
R=47.94%
G=27.06%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163928500.440.480.365.3831.4548.63
HexA35C5502C302451f31
Octal243134125054604453761
Binary1010001110111001010101010110011000010010010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C55; }

 p { color: rgb(163,92,85); }

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

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

 a { background-color: rgb(163,92,85); }

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

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

 span { border-color: rgb(163,92,85); }

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