Html Css Color HEX #A25676 Royal Heath

📋 copy color: '#A25676'

red 162 ◦ green 86 ◦ blue 118

#A25676
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #A25676

Tints of Royal Heath #A25676

RGB

 RED value IS 162 (63.67% from 255) = 44.26%

 GREEN value IS 86 (33.98% from 255) = 23.5%

 BLUE value IS 118 (46.48% from 255) = 32.24%

R = 44.26%
G = 23.5%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A25676 (or 0xA25676) is known color: 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

RGB 162 86 118 -
CMYK 0 0.47 0.27 0.36
HSL 334.74º 0.31% 0.49% -
HSV(B) 334.74º 0.47% 0.64% -
XYZ 21.5 15.64 19.03 -
YUV 112.37 131.18 163.4 -
System Red Green Blue C M Y K H S L
Decimal 162 86 118 0 0.47 0.27 0.36 334.74 0.31 0.49
Hex A2 56 76 0 2F 1B 24 14F 1F 31
Octal 242 126 166 0 57 33 44 517 37 61
Binary 10100010 1010110 1110110 0 101111 11011 100100 101001111 11111 110001

Color Harmonies of #A25676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25676

Black with #A25676

Text Example


Text Example

White with #A25676

Text Example


Text Example

HTML Codes & Css Web 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>