#A35848

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

Shades of Crail #A35848

Tints of Crail #A35848

Color information

#A35848 (or 0xA35848) is unknown color: approx Crail. HEX triplet: A3, 58 and 48. RGB value is (163,88,72). Sum of RGB (Red+Green+Blue) = 163+88+72=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A35848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35848 is #5CA7B7. Grayscale: #6C6C6C. Windows color (decimal): -6072248 or 4741283. OLE color: 4741283.

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

Color convert

RGB1638872-
CMYK00.460.560.36
HSL10.55º38.72%46.08%-
HSV(B)10.55º55.83%63.92%-
XYZ19.7615.238.03-
YUV108.6107.35166.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=50.46%
G=27.24%
B=22.29%

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
Decimal163887200.460.560.3610.5538.7246.08
HexA3584802E3824b272e
Octal2431301100567044134756
Binary101000111011000100100001011101110001001001011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35848; }

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

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

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

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

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

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

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

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