#A35042

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

Shades of Crail #A35042

Tints of Crail #A35042

Color information

#A35042 (or 0xA35042) is unknown color: approx Crail. HEX triplet: A3, 50 and 42. RGB value is (163,80,66). Sum of RGB (Red+Green+Blue) = 163+80+66=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A35042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35042 is #5CAFBD. Grayscale: #676767. Windows color (decimal): -6074302 or 4346019. OLE color: 4346019.

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

Color convert

RGB1638066-
CMYK00.510.600.36
HSL8.66º42.36%44.9%-
HSV(B)8.66º59.51%63.92%-
XYZ18.9613.926.84-
YUV103.22107170.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 66 (26.17% from 255) = 21.36%
R=52.75%
G=25.89%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163806600.510.600.368.6642.3644.9
HexA350420333C2492a2d
Octal2431201020637444115255
Binary101000111010000100001001100111111001001001001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35042; }

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

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

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

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

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

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

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

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