#A75344

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

Shades of Crail #A75344

Tints of Crail #A75344

Color information

#A75344 (or 0xA75344) is unknown color: approx Crail. HEX triplet: A7, 53 and 44. RGB value is (167,83,68). Sum of RGB (Red+Green+Blue) = 167+83+68=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A75344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75344 is #58ACBB. Grayscale: #6A6A6A. Windows color (decimal): -5811388 or 4477863. OLE color: 4477863.

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

Color convert

RGB1678368-
CMYK00.500.590.35
HSL9.09º42.13%46.08%-
HSV(B)9.09º59.28%65.49%-
XYZ20.0714.827.27-
YUV106.41106.33171.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.52%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 68 (26.95% from 255) = 21.38%
R=52.52%
G=26.10%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167836800.500.590.359.0942.1346.08
HexA753440323B2392a2e
Octal2471231040627343115256
Binary101001111010011100010001100101110111000111001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75344; }

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

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

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

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

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

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

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

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