#A35142

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

Shades of Crail #A35142

Tints of Crail #A35142

Color information

#A35142 (or 0xA35142) is unknown color: approx Crail. HEX triplet: A3, 51 and 42. RGB value is (163,81,66). Sum of RGB (Red+Green+Blue) = 163+81+66=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A35142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35142 is #5CAEBD. Grayscale: #676767. Windows color (decimal): -6074046 or 4346275. OLE color: 4346275.

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

Color convert

RGB1638166-
CMYK00.500.600.36
HSL9.28º42.36%44.9%-
HSV(B)9.28º59.51%63.92%-
XYZ19.0314.066.87-
YUV103.81106.67170.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.58%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 66 (26.17% from 255) = 21.29%
R=52.58%
G=26.13%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163816600.500.600.369.2842.3644.9
HexA351420323C2492a2d
Octal2431211020627444115255
Binary101000111010001100001001100101111001001001001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35142; }

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

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

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

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

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

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

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

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