#A35643

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

Shades of Crail #A35643

Tints of Crail #A35643

Color information

#A35643 (or 0xA35643) is unknown color: approx Crail. HEX triplet: A3, 56 and 43. RGB value is (163,86,67). Sum of RGB (Red+Green+Blue) = 163+86+67=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A35643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35643 is #5CA9BC. Grayscale: #6B6B6B. Windows color (decimal): -6072765 or 4413091. OLE color: 4413091.

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

Color convert

RGB1638667-
CMYK00.470.590.36
HSL11.88º41.74%45.1%-
HSV(B)11.88º58.9%63.92%-
XYZ19.4514.857.15-
YUV106.86105.51168.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.58%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 67 (26.56% from 255) = 21.20%
R=51.58%
G=27.22%
B=21.20%

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
Decimal163866700.470.590.3611.8841.7445.1
HexA3564302F3B24c2a2d
Octal2431261030577344145255
Binary101000111010110100001101011111110111001001100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35643; }

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

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

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

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

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

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

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

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