Html Css Color HEX #AF5B76 Royal Heath

📋 copy color: '#AF5B76'

red 175 ◦ green 91 ◦ blue 118

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

Shades of Royal Heath #AF5B76

Tints of Royal Heath #AF5B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.7%

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

R = 45.57%
G = 23.7%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF5B76 (or 0xAF5B76) is known color: Royal Heath. HEX triplet: AF, 5B and 76. RGB value is (175,91,118). Sum of RGB (Red+Green+Blue) = 175+91+118=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5B76 is #50A489. Grayscale: #777777. Windows color (decimal): -5285002 or 7756719. OLE color: 7756719.

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

Color convert

RGB 175 91 118 -
CMYK 0 0.48 0.33 0.31
HSL 340.71º 0.34% 0.52% -
HSV(B) 340.71º 0.48% 0.69% -
XYZ 24.69 17.9 19.29 -
YUV 119.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 175 91 118 0 0.48 0.33 0.31 340.71 0.34 0.52
Hex AF 5B 76 0 30 21 1F 155 22 34
Octal 257 133 166 0 60 41 37 525 42 64
Binary 10101111 1011011 1110110 0 110000 100001 11111 101010101 100010 110100

Color Harmonies of #AF5B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B76

Black with #AF5B76

Text Example


Text Example

White with #AF5B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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