#A75244

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

Shades of Crail #A75244

Tints of Crail #A75244

Color information

#A75244 (or 0xA75244) is unknown color: approx Crail. HEX triplet: A7, 52 and 44. RGB value is (167,82,68). Sum of RGB (Red+Green+Blue) = 167+82+68=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A75244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75244 is #58ADBB. Grayscale: #696969. Windows color (decimal): -5811644 or 4477607. OLE color: 4477607.

HSL color Cylindrical-coordinate representation of color #A75244: hue angle of 8.48º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75244 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1678268-
CMYK00.510.590.35
HSL8.48º42.13%46.08%-
HSV(B)8.48º59.28%65.49%-
XYZ2014.677.25-
YUV105.82106.66171.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.68%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 68 (26.95% from 255) = 21.45%
R=52.68%
G=25.87%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167826800.510.590.358.4842.1346.08
HexA752440333B2382a2e
Octal2471221040637343105256
Binary101001111010010100010001100111110111000111000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75244; }

 p { color: rgb(167,82,68); }

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

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

 a { background-color: rgb(167,82,68); }

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

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

 span { border-color: rgb(167,82,68); }

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