#A25676

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

Shades of Royal Heath #A25676

Tints of Royal Heath #A25676

Color information

#A25676 (or 0xA25676) is unknown color: approx Royal Heath. HEX triplet: A2, 56 and 76. RGB value is (162,86,118). Sum of RGB (Red+Green+Blue) = 162+86+118=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A25676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25676 is #5DA989. Grayscale: #707070. Windows color (decimal): -6138250 or 7755426. OLE color: 7755426.

HSL color Cylindrical-coordinate representation of color #A25676: hue angle of 334.74º 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 #A25676 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16286118-
CMYK00.470.270.36
HSL334.74º30.65%48.63%-
HSV(B)334.74º46.91%63.53%-
XYZ21.515.6419.03-
YUV112.37131.18163.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=44.26%
G=23.50%
B=32.24%

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
Decimal1628611800.470.270.36334.7430.6548.63
HexA2567602F1B2414f1f31
Octal24212616605733445173761
Binary101000101010110111011001011111101110010010100111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25676; }

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

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

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

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

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

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

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

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