#A35743

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

Shades of Crail #A35743

Tints of Crail #A35743

Color information

#A35743 (or 0xA35743) is unknown color: approx Crail. HEX triplet: A3, 57 and 43. RGB value is (163,87,67). Sum of RGB (Red+Green+Blue) = 163+87+67=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A35743 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35743 is #5CA8BC. Grayscale: #6B6B6B. Windows color (decimal): -6072509 or 4413347. OLE color: 4413347.

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

Color convert

RGB1638767-
CMYK00.470.590.36
HSL12.5º41.74%45.1%-
HSV(B)12.5º58.9%63.92%-
XYZ19.5315.017.18-
YUV107.44105.18167.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.42%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 67 (26.56% from 255) = 21.14%
R=51.42%
G=27.44%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163876700.470.590.3612.541.7445.1
HexA3574302F3B24d2a2d
Octal2431271030577344155255
Binary101000111010111100001101011111110111001001101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35743; }

 p { color: rgb(163,87,67); }

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

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

 a { background-color: rgb(163,87,67); }

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

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

 span { border-color: rgb(163,87,67); }

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