#A65272

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

Shades of Royal Heath #A65272

Tints of Royal Heath #A65272

Color information

#A65272 (or 0xA65272) is unknown color: approx Royal Heath. HEX triplet: A6, 52 and 72. RGB value is (166,82,114). Sum of RGB (Red+Green+Blue) = 166+82+114=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A65272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65272 is #59AD8D. Grayscale: #6E6E6E. Windows color (decimal): -5877134 or 7492262. OLE color: 7492262.

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

Color convert

RGB16682114-
CMYK00.510.310.35
HSL337.14º33.87%48.63%-
HSV(B)337.14º50.6%65.1%-
XYZ21.7815.3617.74-
YUV110.76129.83167.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.86%
GREEN value IS 82 (32.42% from 255) = 22.65%
BLUE value IS 114 (44.92% from 255) = 31.49%
R=45.86%
G=22.65%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668211400.510.310.35337.1433.8748.63
HexA652720331F231512231
Octal24612216206337435214261
Binary1010011010100101110010011001111111100011101010001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65272; }

 p { color: rgb(166,82,114); }

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

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

 a { background-color: rgb(166,82,114); }

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

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

 span { border-color: rgb(166,82,114); }

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