#A75245

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

Shades of Crail #A75245

Tints of Crail #A75245

Color information

#A75245 (or 0xA75245) is unknown color: approx Crail. HEX triplet: A7, 52 and 45. RGB value is (167,82,69). Sum of RGB (Red+Green+Blue) = 167+82+69=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A75245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75245 is #58ADBA. Grayscale: #6A6A6A. Windows color (decimal): -5811643 or 4543143. OLE color: 4543143.

HSL color Cylindrical-coordinate representation of color #A75245: hue angle of 7.96º 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 #A75245 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1678269-
CMYK00.510.590.35
HSL7.96º41.53%46.27%-
HSV(B)7.96º58.68%65.49%-
XYZ20.0314.687.41-
YUV105.93107.16171.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.52%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 69 (27.34% from 255) = 21.70%
R=52.52%
G=25.79%
B=21.70%

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
Decimal167826900.510.590.357.9641.5346.27
HexA752450333B2382a2e
Octal2471221050637343105256
Binary101001111010010100010101100111110111000111000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75245; }

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

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

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

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

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

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

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

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