#A75F51

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

Shades of Crail #A75F51

Tints of Crail #A75F51

Color information

#A75F51 (or 0xA75F51) is unknown color: approx Crail. HEX triplet: A7, 5F and 51. RGB value is (167,95,81). Sum of RGB (Red+Green+Blue) = 167+95+81=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75F51 is #58A0AE. Grayscale: #737373. Windows color (decimal): -5808303 or 5332903. OLE color: 5332903.

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

Color convert

RGB1679581-
CMYK00.430.510.35
HSL9.77º34.68%48.63%-
HSV(B)9.77º51.5%65.49%-
XYZ21.5116.999.93-
YUV114.93108.85165.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.69%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 81 (32.03% from 255) = 23.62%
R=48.69%
G=27.70%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167958100.430.510.359.7734.6848.63
HexA75F5102B3323a2331
Octal2471371210536343124361
Binary101001111011111101000101010111100111000111010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75F51; }

 p { color: rgb(167,95,81); }

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

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

 a { background-color: rgb(167,95,81); }

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

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

 span { border-color: rgb(167,95,81); }

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