#A75447

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

Shades of Crail #A75447

Tints of Crail #A75447

Color information

#A75447 (or 0xA75447) is unknown color: approx Crail. HEX triplet: A7, 54 and 47. RGB value is (167,84,71). Sum of RGB (Red+Green+Blue) = 167+84+71=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A75447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75447 is #58ABB8. Grayscale: #6B6B6B. Windows color (decimal): -5811129 or 4674727. OLE color: 4674727.

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

Color convert

RGB1678471-
CMYK00.500.570.35
HSL8.13º40.34%46.67%-
HSV(B)8.13º57.49%65.49%-
XYZ20.2415.017.79-
YUV107.34107.5170.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.86%
GREEN value IS 84 (33.20% from 255) = 26.09%
BLUE value IS 71 (28.12% from 255) = 22.05%
R=51.86%
G=26.09%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167847100.500.570.358.1340.3446.67
HexA7544703239238282f
Octal2471241070627143105057
Binary101001111010100100011101100101110011000111000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75447; }

 p { color: rgb(167,84,71); }

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

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

 a { background-color: rgb(167,84,71); }

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

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

 span { border-color: rgb(167,84,71); }

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