#A75845

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

Shades of Crail #A75845

Tints of Crail #A75845

Color information

#A75845 (or 0xA75845) is unknown color: approx Crail. HEX triplet: A7, 58 and 45. RGB value is (167,88,69). Sum of RGB (Red+Green+Blue) = 167+88+69=324 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.54% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 167 - color contains mainly: red. Hex color #A75845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75845 is #58A7BA. Grayscale: #6D6D6D. Windows color (decimal): -5810107 or 4544679. OLE color: 4544679.

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

Color convert

RGB1678869-
CMYK00.470.590.35
HSL11.63º41.53%46.27%-
HSV(B)11.63º58.68%65.49%-
XYZ20.515.627.57-
YUV109.46105.17169.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.54%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 69 (27.34% from 255) = 21.30%
R=51.54%
G=27.16%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167886900.470.590.3511.6341.5346.27
HexA7584502F3B23c2a2e
Octal2471301050577343145256
Binary101001111011000100010101011111110111000111100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75845; }

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

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

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

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

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

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

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

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