#A75775

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

Shades of Royal Heath #A75775

Tints of Royal Heath #A75775

Color information

#A75775 (or 0xA75775) is unknown color: approx Royal Heath. HEX triplet: A7, 57 and 75. RGB value is (167,87,117). Sum of RGB (Red+Green+Blue) = 167+87+117=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A75775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75775 is #58A88A. Grayscale: #727272. Windows color (decimal): -5810315 or 7690151. OLE color: 7690151.

HSL color Cylindrical-coordinate representation of color #A75775: hue angle of 337.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75775 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16787117-
CMYK00.480.300.35
HSL337.5º31.5%49.8%-
HSV(B)337.5º47.9%65.49%-
XYZ22.5616.3218.79-
YUV114.34129.5165.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=45.01%
G=23.45%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678711700.480.300.35337.531.549.8
HexA757750301E231521f32
Octal24712716506036435223762
Binary101001111010111111010101100001111010001110101001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75775; }

 p { color: rgb(167,87,117); }

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

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

 a { background-color: rgb(167,87,117); }

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

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

 span { border-color: rgb(167,87,117); }

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