#A75B49

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

Shades of Crail #A75B49

Tints of Crail #A75B49

Color information

#A75B49 (or 0xA75B49) is unknown color: approx Crail. HEX triplet: A7, 5B and 49. RGB value is (167,91,73). Sum of RGB (Red+Green+Blue) = 167+91+73=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75B49 is #58A4B6. Grayscale: #6F6F6F. Windows color (decimal): -5809335 or 4807591. OLE color: 4807591.

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

Color convert

RGB1679173-
CMYK00.460.560.35
HSL11.49º39.17%47.06%-
HSV(B)11.49º56.29%65.49%-
XYZ20.8816.188.33-
YUV111.67106.18167.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.45%
GREEN value IS 91 (35.94% from 255) = 27.49%
BLUE value IS 73 (28.91% from 255) = 22.05%
R=50.45%
G=27.49%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167917300.460.560.3511.4939.1747.06
HexA75B4902E3823b272f
Octal2471331110567043134757
Binary101001111011011100100101011101110001000111011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75B49; }

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

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

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

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

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

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

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

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