#A75745

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

Shades of Crail #A75745

Tints of Crail #A75745

Color information

#A75745 (or 0xA75745) is unknown color: approx Crail. HEX triplet: A7, 57 and 45. RGB value is (167,87,69). Sum of RGB (Red+Green+Blue) = 167+87+69=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A75745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75745 is #58A8BA. Grayscale: #6D6D6D. Windows color (decimal): -5810363 or 4544423. OLE color: 4544423.

HSL color Cylindrical-coordinate representation of color #A75745: hue angle of 11.02º 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 #A75745 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1678769-
CMYK00.480.590.35
HSL11.02º41.53%46.27%-
HSV(B)11.02º58.68%65.49%-
XYZ20.4215.467.54-
YUV108.87105.5169.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.70%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 69 (27.34% from 255) = 21.36%
R=51.70%
G=26.93%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167876900.480.590.3511.0241.5346.27
HexA757450303B23b2a2e
Octal2471271050607343135256
Binary101001111010111100010101100001110111000111011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75745; }

 p { color: rgb(167,87,69); }

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

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

 a { background-color: rgb(167,87,69); }

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

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

 span { border-color: rgb(167,87,69); }

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