#A75B51

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

Shades of Crail #A75B51

Tints of Crail #A75B51

Color information

#A75B51 (or 0xA75B51) is unknown color: approx Crail. HEX triplet: A7, 5B and 51. RGB value is (167,91,81). Sum of RGB (Red+Green+Blue) = 167+91+81=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75B51 is #58A4AE. Grayscale: #707070. Windows color (decimal): -5809327 or 5331879. OLE color: 5331879.

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

Color convert

RGB1679181-
CMYK00.460.510.35
HSL6.98º34.68%48.63%-
HSV(B)6.98º51.5%65.49%-
XYZ21.1616.299.81-
YUV112.58110.18166.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.26%
GREEN value IS 91 (35.94% from 255) = 26.84%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=49.26%
G=26.84%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167918100.460.510.356.9834.6848.63
HexA75B5102E332372331
Octal247133121056634374361
Binary10100111101101110100010101110110011100011111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75B51; }

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

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

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

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

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

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

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

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