#A75A48

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

Shades of Crail #A75A48

Tints of Crail #A75A48

Color information

#A75A48 (or 0xA75A48) is unknown color: approx Crail. HEX triplet: A7, 5A and 48. RGB value is (167,90,72). Sum of RGB (Red+Green+Blue) = 167+90+72=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75A48 is #58A5B7. Grayscale: #6F6F6F. Windows color (decimal): -5809592 or 4741799. OLE color: 4741799.

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

Color convert

RGB1679072-
CMYK00.460.570.35
HSL11.37º39.75%46.86%-
HSV(B)11.37º56.89%65.49%-
XYZ20.76168.12-
YUV110.97106.01167.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.76%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=50.76%
G=27.36%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167907200.460.570.3511.3739.7546.86
HexA75A4802E3923b282f
Octal2471321100567143135057
Binary101001111011010100100001011101110011000111011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A48; }

 p { color: rgb(167,90,72); }

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

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

 a { background-color: rgb(167,90,72); }

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

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

 span { border-color: rgb(167,90,72); }

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