#A35E50

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

Shades of Crail #A35E50

Tints of Crail #A35E50

Color information

#A35E50 (or 0xA35E50) is unknown color: approx Crail. HEX triplet: A3, 5E and 50. RGB value is (163,94,80). Sum of RGB (Red+Green+Blue) = 163+94+80=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35E50 is #5CA1AF. Grayscale: #717171. Windows color (decimal): -6070704 or 5267107. OLE color: 5267107.

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

Color convert

RGB1639480-
CMYK00.420.510.36
HSL10.12º34.16%47.65%-
HSV(B)10.12º50.92%63.92%-
XYZ20.5516.379.67-
YUV113.04109.36163.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 94 (37.11% from 255) = 27.89%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=48.37%
G=27.89%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163948000.420.510.3610.1234.1647.65
HexA35E5002A3324a2230
Octal2431361200526344124260
Binary101000111011110101000001010101100111001001010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E50; }

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

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

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

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

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

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

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

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