#A75549

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

Shades of Crail #A75549

Tints of Crail #A75549

Color information

#A75549 (or 0xA75549) is unknown color: approx Crail. HEX triplet: A7, 55 and 49. RGB value is (167,85,73). Sum of RGB (Red+Green+Blue) = 167+85+73=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A75549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75549 is #58AAB6. Grayscale: #6C6C6C. Windows color (decimal): -5810871 or 4806055. OLE color: 4806055.

HSL color Cylindrical-coordinate representation of color #A75549: hue angle of 7.66º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A75549 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1678573-
CMYK00.490.560.35
HSL7.66º39.17%47.06%-
HSV(B)7.66º56.29%65.49%-
XYZ20.3915.198.16-
YUV108.15108.17169.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.38%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=51.38%
G=26.15%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167857300.490.560.357.6639.1747.06
HexA7554903138238272f
Octal2471251110617043104757
Binary101001111010101100100101100011110001000111000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75549; }

 p { color: rgb(167,85,73); }

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

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

 a { background-color: rgb(167,85,73); }

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

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

 span { border-color: rgb(167,85,73); }

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