#A75D4B

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

Shades of Crail #A75D4B

Tints of Crail #A75D4B

Color information

#A75D4B (or 0xA75D4B) is unknown color: approx Crail. HEX triplet: A7, 5D and 4B. RGB value is (167,93,75). Sum of RGB (Red+Green+Blue) = 167+93+75=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75D4B is #58A2B4. Grayscale: #717171. Windows color (decimal): -5808821 or 4939175. OLE color: 4939175.

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

Color convert

RGB1679375-
CMYK00.440.550.35
HSL11.74º38.02%47.45%-
HSV(B)11.74º55.09%65.49%-
XYZ21.1216.558.74-
YUV113.07106.52166.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.85%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=49.85%
G=27.76%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167937500.440.550.3511.7438.0247.45
HexA75D4B02C3723c262f
Octal2471351130546743144657
Binary101001111011101100101101011001101111000111100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D4B; }

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

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

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

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

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

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

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

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