Html Css Color HEX #A65576 Royal Heath

📋 copy color: '#A65576'

red 166 ◦ green 85 ◦ blue 118

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

Shades of Royal Heath #A65576

Tints of Royal Heath #A65576

RGB

 RED value IS 166 (65.23% from 255) = 44.99%

 GREEN value IS 85 (33.59% from 255) = 23.04%

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

R = 44.99%
G = 23.04%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A65576 (or 0xA65576) is known color: Royal Heath. HEX triplet: A6, 55 and 76. RGB value is (166,85,118). Sum of RGB (Red+Green+Blue) = 166+85+118=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A65576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65576 is #59AA89. Grayscale: #707070. Windows color (decimal): -5876362 or 7755174. OLE color: 7755174.

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

Color convert

RGB 166 85 118 -
CMYK 0 0.49 0.29 0.35
HSL 335.56º 0.32% 0.49% -
HSV(B) 335.56º 0.49% 0.65% -
XYZ 22.24 15.91 19.04 -
YUV 112.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 166 85 118 0 0.49 0.29 0.35 335.56 0.32 0.49
Hex A6 55 76 0 31 1D 23 150 20 31
Octal 246 125 166 0 61 35 43 520 40 61
Binary 10100110 1010101 1110110 0 110001 11101 100011 101010000 100000 110001

Color Harmonies of #A65576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65576

Black with #A65576

Text Example


Text Example

White with #A65576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65576; }

 p { color: rgb(166,85,118); }

 H1.HeaderClassName
 {
   color: #A65576;
 }
 .AnyTagClassName
 {
   color: #A65576;
 }
</style>

background-color css

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

 a { background-color: rgb(166,85,118); }

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

border-color css

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

 span { border-color: rgb(166,85,118); }

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