Html Css Color HEX #A65A77 Royal Heath

📋 copy color: '#A65A77'

red 166 ◦ green 90 ◦ blue 119

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

Shades of Royal Heath #A65A77

Tints of Royal Heath #A65A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.73%

R = 44.27%
G = 24%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A65A77 (or 0xA65A77) is known color: Royal Heath. HEX triplet: A6, 5A and 77. RGB value is (166,90,119). Sum of RGB (Red+Green+Blue) = 166+90+119=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65A77 is #59A588. Grayscale: #737373. Windows color (decimal): -5875081 or 7821990. OLE color: 7821990.

HSL color Cylindrical-coordinate representation of color #A65A77: hue angle of 337.11º 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 #A65A77 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 90 119 -
CMYK 0 0.46 0.28 0.35
HSL 337.11º 0.3% 0.5% -
HSV(B) 337.11º 0.46% 0.65% -
XYZ 22.71 16.75 19.49 -
YUV 116.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 166 90 119 0 0.46 0.28 0.35 337.11 0.3 0.5
Hex A6 5A 77 0 2E 1C 23 151 1E 32
Octal 246 132 167 0 56 34 43 521 36 62
Binary 10100110 1011010 1110111 0 101110 11100 100011 101010001 11110 110010

Color Harmonies of #A65A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A77

Black with #A65A77

Text Example


Text Example

White with #A65A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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