Html Css Color HEX #A65A79 Royal Heath

📋 copy color: '#A65A79'

red 166 ◦ green 90 ◦ blue 121

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

Shades of Royal Heath #A65A79

Tints of Royal Heath #A65A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.87%

 BLUE value IS 121 (47.66% from 255) = 32.1%

R = 44.03%
G = 23.87%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A65A79 (or 0xA65A79) is known color: Royal Heath. HEX triplet: A6, 5A and 79. RGB value is (166,90,121). Sum of RGB (Red+Green+Blue) = 166+90+121=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65A79 is #59A586. Grayscale: #747474. Windows color (decimal): -5875079 or 7953062. OLE color: 7953062.

HSL color Cylindrical-coordinate representation of color #A65A79: hue angle of 335.53º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65A79 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 90 121 -
CMYK 0 0.46 0.27 0.35
HSL 335.53º 0.3% 0.5% -
HSV(B) 335.53º 0.46% 0.65% -
XYZ 22.83 16.8 20.13 -
YUV 116.26 130.68 163.48 -
System Red Green Blue C M Y K H S L
Decimal 166 90 121 0 0.46 0.27 0.35 335.53 0.3 0.5
Hex A6 5A 79 0 2E 1B 23 150 1E 32
Octal 246 132 171 0 56 33 43 520 36 62
Binary 10100110 1011010 1111001 0 101110 11011 100011 101010000 11110 110010

Color Harmonies of #A65A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A79

Black with #A65A79

Text Example


Text Example

White with #A65A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A79; }

 p { color: rgb(166,90,121); }

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

background-color css

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

 a { background-color: rgb(166,90,121); }

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

border-color css

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

 span { border-color: rgb(166,90,121); }

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