Html Css Color HEX #AF5E76 Royal Heath

📋 copy color: '#AF5E76'

red 175 ◦ green 94 ◦ blue 118

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

Shades of Royal Heath #AF5E76

Tints of Royal Heath #AF5E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.29%

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

R = 45.22%
G = 24.29%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF5E76 (or 0xAF5E76) is known color: Royal Heath. HEX triplet: AF, 5E and 76. RGB value is (175,94,118). Sum of RGB (Red+Green+Blue) = 175+94+118=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E76 is #50A189. Grayscale: #787878. Windows color (decimal): -5284234 or 7757487. OLE color: 7757487.

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

Color convert

RGB 175 94 118 -
CMYK 0 0.46 0.33 0.31
HSL 342.22º 0.34% 0.53% -
HSV(B) 342.22º 0.46% 0.69% -
XYZ 24.95 18.43 19.38 -
YUV 120.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 175 94 118 0 0.46 0.33 0.31 342.22 0.34 0.53
Hex AF 5E 76 0 2E 21 1F 156 22 35
Octal 257 136 166 0 56 41 37 526 42 65
Binary 10101111 1011110 1110110 0 101110 100001 11111 101010110 100010 110101

Color Harmonies of #AF5E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E76

Black with #AF5E76

Text Example


Text Example

White with #AF5E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E76; }

 p { color: rgb(175,94,118); }

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

background-color css

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

 a { background-color: rgb(175,94,118); }

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

border-color css

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

 span { border-color: rgb(175,94,118); }

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