#A75E4E

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

Shades of Crail #A75E4E

Tints of Crail #A75E4E

Color information

#A75E4E (or 0xA75E4E) is unknown color: approx Crail. HEX triplet: A7, 5E and 4E. RGB value is (167,94,78). Sum of RGB (Red+Green+Blue) = 167+94+78=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E4E is #58A1B1. Grayscale: #727272. Windows color (decimal): -5808562 or 5136039. OLE color: 5136039.

HSL color Cylindrical-coordinate representation of color #A75E4E: hue angle of 10.79º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A75E4E is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB1679478-
CMYK00.440.530.35
HSL10.79º36.33%48.04%-
HSV(B)10.79º53.29%65.49%-
XYZ21.3116.779.32-
YUV114107.68165.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.26%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 78 (30.86% from 255) = 23.01%
R=49.26%
G=27.73%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167947800.440.530.3510.7936.3348.04
HexA75E4E02C3523b2430
Octal2471361160546543134460
Binary101001111011110100111001011001101011000111011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75E4E; }

 p { color: rgb(167,94,78); }

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

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

 a { background-color: rgb(167,94,78); }

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

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

 span { border-color: rgb(167,94,78); }

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