#A75B4A

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

Shades of Crail #A75B4A

Tints of Crail #A75B4A

Color information

#A75B4A (or 0xA75B4A) is unknown color: approx Crail. HEX triplet: A7, 5B and 4A. RGB value is (167,91,74). Sum of RGB (Red+Green+Blue) = 167+91+74=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75B4A is #58A4B5. Grayscale: #6F6F6F. Windows color (decimal): -5809334 or 4873127. OLE color: 4873127.

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

Color convert

RGB1679174-
CMYK00.460.560.35
HSL10.97º38.59%47.25%-
HSV(B)10.97º55.69%65.49%-
XYZ20.9116.198.5-
YUV111.79106.68167.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.30%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=50.30%
G=27.41%
B=22.29%

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
Decimal167917400.460.560.3510.9738.5947.25
HexA75B4A02E3823b272f
Octal2471331120567043134757
Binary101001111011011100101001011101110001000111011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75B4A; }

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

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

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

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

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

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

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

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