#A35442

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

Shades of Crail #A35442

Tints of Crail #A35442

Color information

#A35442 (or 0xA35442) is unknown color: approx Crail. HEX triplet: A3, 54 and 42. RGB value is (163,84,66). Sum of RGB (Red+Green+Blue) = 163+84+66=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A35442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35442 is #5CABBD. Grayscale: #696969. Windows color (decimal): -6073278 or 4347043. OLE color: 4347043.

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

Color convert

RGB1638466-
CMYK00.480.600.36
HSL11.13º42.36%44.9%-
HSV(B)11.13º59.51%63.92%-
XYZ19.2614.526.94-
YUV105.57105.67168.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 66 (26.17% from 255) = 21.09%
R=52.08%
G=26.84%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163846600.480.600.3611.1342.3644.9
HexA354420303C24b2a2d
Octal2431241020607444135255
Binary101000111010100100001001100001111001001001011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35442; }

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

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

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

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

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

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

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

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