#A25677

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

Shades of Royal Heath #A25677

Tints of Royal Heath #A25677

Color information

#A25677 (or 0xA25677) is unknown color: approx Royal Heath. HEX triplet: A2, 56 and 77. RGB value is (162,86,119). Sum of RGB (Red+Green+Blue) = 162+86+119=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A25677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25677 is #5DA988. Grayscale: #707070. Windows color (decimal): -6138249 or 7820962. OLE color: 7820962.

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

Color convert

RGB16286119-
CMYK00.470.270.36
HSL333.95º30.65%48.63%-
HSV(B)333.95º46.91%63.53%-
XYZ21.5615.6719.34-
YUV112.49131.68163.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=44.14%
G=23.43%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628611900.470.270.36333.9530.6548.63
HexA2567702F1B2414e1f31
Octal24212616705733445163761
Binary101000101010110111011101011111101110010010100111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25677; }

 p { color: rgb(162,86,119); }

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

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

 a { background-color: rgb(162,86,119); }

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

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

 span { border-color: rgb(162,86,119); }

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