#A75C48

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

Shades of Crail #A75C48

Tints of Crail #A75C48

Color information

#A75C48 (or 0xA75C48) is unknown color: approx Crail. HEX triplet: A7, 5C and 48. RGB value is (167,92,72). Sum of RGB (Red+Green+Blue) = 167+92+72=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75C48 is #58A3B7. Grayscale: #707070. Windows color (decimal): -5809080 or 4742311. OLE color: 4742311.

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

Color convert

RGB1679272-
CMYK00.450.570.35
HSL12.63º39.75%46.86%-
HSV(B)12.63º56.89%65.49%-
XYZ20.9316.348.18-
YUV112.14105.35167.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.45%
GREEN value IS 92 (36.33% from 255) = 27.79%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=50.45%
G=27.79%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167927200.450.570.3512.6339.7546.86
HexA75C4802D3923d282f
Octal2471341100557143155057
Binary101001111011100100100001011011110011000111101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75C48; }

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

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

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

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

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

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

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

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