#A75D49

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

Shades of Crail #A75D49

Tints of Crail #A75D49

Color information

#A75D49 (or 0xA75D49) is unknown color: approx Crail. HEX triplet: A7, 5D and 49. RGB value is (167,93,73). Sum of RGB (Red+Green+Blue) = 167+93+73=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75D49 is #58A2B6. Grayscale: #717171. Windows color (decimal): -5808823 or 4808103. OLE color: 4808103.

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

Color convert

RGB1679373-
CMYK00.440.560.35
HSL12.77º39.17%47.06%-
HSV(B)12.77º56.29%65.49%-
XYZ21.0516.538.38-
YUV112.85105.52166.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.15%
GREEN value IS 93 (36.72% from 255) = 27.93%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=50.15%
G=27.93%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167937300.440.560.3512.7739.1747.06
HexA75D4902C3823d272f
Octal2471351110547043154757
Binary101001111011101100100101011001110001000111101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D49; }

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

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

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

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

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

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

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

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