#A75B53

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

Shades of Crail #A75B53

Tints of Crail #A75B53

Color information

#A75B53 (or 0xA75B53) is unknown color: approx Crail. HEX triplet: A7, 5B and 53. RGB value is (167,91,83). Sum of RGB (Red+Green+Blue) = 167+91+83=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75B53 is #58A4AC. Grayscale: #707070. Windows color (decimal): -5809325 or 5462951. OLE color: 5462951.

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

Color convert

RGB1679183-
CMYK00.460.500.35
HSL5.71º33.6%49.02%-
HSV(B)5.71º50.3%65.49%-
XYZ21.2416.3210.21-
YUV112.81111.18166.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.97%
GREEN value IS 91 (35.94% from 255) = 26.69%
BLUE value IS 83 (32.81% from 255) = 24.34%
R=48.97%
G=26.69%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167918300.460.500.355.7133.649.02
HexA75B5302E322362231
Octal247133123056624364261
Binary10100111101101110100110101110110010100011110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75B53; }

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

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

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

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

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

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

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

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