#A05275

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

Shades of Royal Heath #A05275

Tints of Royal Heath #A05275

Color information

#A05275 (or 0xA05275) is unknown color: approx Royal Heath. HEX triplet: A0, 52 and 75. RGB value is (160,82,117). Sum of RGB (Red+Green+Blue) = 160+82+117=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A05275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05275 is #5FAD8A. Grayscale: #6D6D6D. Windows color (decimal): -6270347 or 7688864. OLE color: 7688864.

HSL color Cylindrical-coordinate representation of color #A05275: hue angle of 333.08º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05275 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB16082117-
CMYK00.490.270.37
HSL333.08º32.23%47.45%-
HSV(B)333.08º48.75%62.75%-
XYZ20.7314.7918.59-
YUV109.31132.34164.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.57%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=44.57%
G=22.84%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608211700.490.270.37333.0832.2347.45
HexA052750311B2514d202f
Octal24012216506133455154057
Binary1010000010100101110101011000111011100101101001101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05275; }

 p { color: rgb(160,82,117); }

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

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

 a { background-color: rgb(160,82,117); }

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

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

 span { border-color: rgb(160,82,117); }

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