#A75D4E

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

Shades of Crail #A75D4E

Tints of Crail #A75D4E

Color information

#A75D4E (or 0xA75D4E) is unknown color: approx Crail. HEX triplet: A7, 5D and 4E. RGB value is (167,93,78). Sum of RGB (Red+Green+Blue) = 167+93+78=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75D4E is #58A2B1. Grayscale: #717171. Windows color (decimal): -5808818 or 5135783. OLE color: 5135783.

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

Color convert

RGB1679378-
CMYK00.440.530.35
HSL10.11º36.33%48.04%-
HSV(B)10.11º53.29%65.49%-
XYZ21.2316.599.29-
YUV113.42108.02166.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.41%
GREEN value IS 93 (36.72% from 255) = 27.51%
BLUE value IS 78 (30.86% from 255) = 23.08%
R=49.41%
G=27.51%
B=23.08%

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
Decimal167937800.440.530.3510.1136.3348.04
HexA75D4E02C3523a2430
Octal2471351160546543124460
Binary101001111011101100111001011001101011000111010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D4E; }

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

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

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

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

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

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

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

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