#A75B44

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

Shades of Crail #A75B44

Tints of Crail #A75B44

Color information

#A75B44 (or 0xA75B44) is unknown color: approx Crail. HEX triplet: A7, 5B and 44. RGB value is (167,91,68). Sum of RGB (Red+Green+Blue) = 167+91+68=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75B44 is #58A4BB. Grayscale: #6F6F6F. Windows color (decimal): -5809340 or 4479911. OLE color: 4479911.

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

Color convert

RGB1679168-
CMYK00.460.590.35
HSL13.94º42.13%46.08%-
HSV(B)13.94º59.28%65.49%-
XYZ20.7216.127.49-
YUV111.1103.68167.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.23%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 68 (26.95% from 255) = 20.86%
R=51.23%
G=27.91%
B=20.86%

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
Decimal167916800.460.590.3513.9442.1346.08
HexA75B4402E3B23e2a2e
Octal2471331040567343165256
Binary101001111011011100010001011101110111000111110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75B44; }

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

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

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

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

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

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

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

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