#A35D51

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

Shades of Crail #A35D51

Tints of Crail #A35D51

Color information

#A35D51 (or 0xA35D51) is unknown color: approx Crail. HEX triplet: A3, 5D and 51. RGB value is (163,93,81). Sum of RGB (Red+Green+Blue) = 163+93+81=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35D51 is #5CA2AE. Grayscale: #707070. Windows color (decimal): -6070959 or 5332387. OLE color: 5332387.

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

Color convert

RGB1639381-
CMYK00.430.500.36
HSL8.78º33.61%47.84%-
HSV(B)8.78º50.31%63.92%-
XYZ20.516.219.83-
YUV112.56110.19163.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 93 (36.72% from 255) = 27.60%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=48.37%
G=27.60%
B=24.04%

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
Decimal163938100.430.500.368.7833.6147.84
HexA35D5102B322492230
Octal2431351210536244114260
Binary101000111011101101000101010111100101001001001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D51; }

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

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

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

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

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

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

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

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