#A35548

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

Shades of Crail #A35548

Tints of Crail #A35548

Color information

#A35548 (or 0xA35548) is unknown color: approx Crail. HEX triplet: A3, 55 and 48. RGB value is (163,85,72). Sum of RGB (Red+Green+Blue) = 163+85+72=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A35548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35548 is #5CAAB7. Grayscale: #6A6A6A. Windows color (decimal): -6073016 or 4740515. OLE color: 4740515.

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

Color convert

RGB1638572-
CMYK00.480.560.36
HSL8.57º38.72%46.08%-
HSV(B)8.57º55.83%63.92%-
XYZ19.5214.757.95-
YUV106.84108.34168.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.94%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 72 (28.52% from 255) = 22.5%
R=50.94%
G=26.56%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163857200.480.560.368.5738.7246.08
HexA3554803038249272e
Octal2431251100607044114756
Binary101000111010101100100001100001110001001001001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35548; }

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

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

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

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

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

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

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

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