#A35248

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

Shades of Crail #A35248

Tints of Crail #A35248

Color information

#A35248 (or 0xA35248) is unknown color: approx Crail. HEX triplet: A3, 52 and 48. RGB value is (163,82,72). Sum of RGB (Red+Green+Blue) = 163+82+72=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A35248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35248 is #5CADB7. Grayscale: #696969. Windows color (decimal): -6073784 or 4739747. OLE color: 4739747.

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

Color convert

RGB1638272-
CMYK00.500.560.36
HSL6.59º38.72%46.08%-
HSV(B)6.59º55.83%63.92%-
XYZ19.2914.297.87-
YUV105.08109.34169.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.42%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 72 (28.52% from 255) = 22.71%
R=51.42%
G=25.87%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163827200.500.560.366.5938.7246.08
HexA3524803238247272e
Octal243122110062704474756
Binary10100011101001010010000110010111000100100111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35248; }

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

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

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

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

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

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

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

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