#A35847

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

Shades of Crail #A35847

Tints of Crail #A35847

Color information

#A35847 (or 0xA35847) is unknown color: approx Crail. HEX triplet: A3, 58 and 47. RGB value is (163,88,71). Sum of RGB (Red+Green+Blue) = 163+88+71=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A35847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35847 is #5CA7B8. Grayscale: #6C6C6C. Windows color (decimal): -6072249 or 4675747. OLE color: 4675747.

HSL color Cylindrical-coordinate representation of color #A35847: hue angle of 11.09º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A35847 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1638871-
CMYK00.460.560.36
HSL11.09º39.32%45.88%-
HSV(B)11.09º56.44%63.92%-
XYZ19.7315.227.86-
YUV108.49106.85166.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.62%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 71 (28.12% from 255) = 22.05%
R=50.62%
G=27.33%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163887100.460.560.3611.0939.3245.88
HexA3584702E3824b272e
Octal2431301070567044134756
Binary101000111011000100011101011101110001001001011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35847; }

 p { color: rgb(163,88,71); }

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

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

 a { background-color: rgb(163,88,71); }

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

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

 span { border-color: rgb(163,88,71); }

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