#A75346

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

Shades of Crail #A75346

Tints of Crail #A75346

Color information

#A75346 (or 0xA75346) is unknown color: approx Crail. HEX triplet: A7, 53 and 46. RGB value is (167,83,70). Sum of RGB (Red+Green+Blue) = 167+83+70=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A75346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75346 is #58ACB9. Grayscale: #6A6A6A. Windows color (decimal): -5811386 or 4608935. OLE color: 4608935.

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

Color convert

RGB1678370-
CMYK00.500.580.35
HSL8.04º40.93%46.47%-
HSV(B)8.04º58.08%65.49%-
XYZ20.1414.847.6-
YUV106.63107.33171.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.19%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 70 (27.73% from 255) = 21.88%
R=52.19%
G=25.94%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167837000.500.580.358.0440.9346.47
HexA753460323A238292e
Octal2471231060627243105156
Binary101001111010011100011001100101110101000111000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75346; }

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

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

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

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

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

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

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

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