#A75C4B

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

Shades of Crail #A75C4B

Tints of Crail #A75C4B

Color information

#A75C4B (or 0xA75C4B) is unknown color: approx Crail. HEX triplet: A7, 5C and 4B. RGB value is (167,92,75). Sum of RGB (Red+Green+Blue) = 167+92+75=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75C4B is #58A3B4. Grayscale: #707070. Windows color (decimal): -5809077 or 4938919. OLE color: 4938919.

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

Color convert

RGB1679275-
CMYK00.450.550.35
HSL11.09º38.02%47.45%-
HSV(B)11.09º55.09%65.49%-
XYZ21.0316.388.71-
YUV112.49106.85166.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50%
GREEN value IS 92 (36.33% from 255) = 27.54%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=50%
G=27.54%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167927500.450.550.3511.0938.0247.45
HexA75C4B02D3723b262f
Octal2471341130556743134657
Binary101001111011100100101101011011101111000111011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75C4B; }

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

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

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

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

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

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

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

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