#A75B45

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

Shades of Crail #A75B45

Tints of Crail #A75B45

Color information

#A75B45 (or 0xA75B45) is unknown color: approx Crail. HEX triplet: A7, 5B and 45. RGB value is (167,91,69). Sum of RGB (Red+Green+Blue) = 167+91+69=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75B45 is #58A4BA. Grayscale: #6F6F6F. Windows color (decimal): -5809339 or 4545447. OLE color: 4545447.

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

Color convert

RGB1679169-
CMYK00.460.590.35
HSL13.47º41.53%46.27%-
HSV(B)13.47º58.68%65.49%-
XYZ20.7516.137.65-
YUV111.22104.18167.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.07%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=51.07%
G=27.83%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167916900.460.590.3513.4741.5346.27
HexA75B4502E3B23d2a2e
Octal2471331050567343155256
Binary101001111011011100010101011101110111000111101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75B45; }

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

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

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

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

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

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

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

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