Html Css Color HEX #AF5D77 Royal Heath

📋 copy color: '#AF5D77'

red 175 ◦ green 93 ◦ blue 119

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

Shades of Royal Heath #AF5D77

Tints of Royal Heath #AF5D77

RGB

 RED value IS 175 (68.75% from 255) = 45.22%

 GREEN value IS 93 (36.72% from 255) = 24.03%

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

R = 45.22%
G = 24.03%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF5D77 (or 0xAF5D77) is known color: Royal Heath. HEX triplet: AF, 5D and 77. RGB value is (175,93,119). Sum of RGB (Red+Green+Blue) = 175+93+119=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D77 is #50A288. Grayscale: #787878. Windows color (decimal): -5284489 or 7822767. OLE color: 7822767.

HSL color Cylindrical-coordinate representation of color #AF5D77: hue angle of 340.98º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5D77 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 93 119 -
CMYK 0 0.47 0.32 0.31
HSL 340.98º 0.34% 0.53% -
HSV(B) 340.98º 0.47% 0.69% -
XYZ 24.92 18.27 19.67 -
YUV 120.48 127.17 166.89 -
System Red Green Blue C M Y K H S L
Decimal 175 93 119 0 0.47 0.32 0.31 340.98 0.34 0.53
Hex AF 5D 77 0 2F 20 1F 155 22 35
Octal 257 135 167 0 57 40 37 525 42 65
Binary 10101111 1011101 1110111 0 101111 100000 11111 101010101 100010 110101

Color Harmonies of #AF5D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D77

Black with #AF5D77

Text Example


Text Example

White with #AF5D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D77; }

 p { color: rgb(175,93,119); }

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

background-color css

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

 a { background-color: rgb(175,93,119); }

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

border-color css

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

 span { border-color: rgb(175,93,119); }

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