Html Css Color HEX #AF5B74 Royal Heath

📋 copy color: '#AF5B74'

red 175 ◦ green 91 ◦ blue 116

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

Shades of Royal Heath #AF5B74

Tints of Royal Heath #AF5B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.37%

R = 45.81%
G = 23.82%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF5B74 (or 0xAF5B74) is known color: Royal Heath. HEX triplet: AF, 5B and 74. RGB value is (175,91,116). Sum of RGB (Red+Green+Blue) = 175+91+116=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5B74 is #50A48B. Grayscale: #767676. Windows color (decimal): -5285004 or 7625647. OLE color: 7625647.

HSL color Cylindrical-coordinate representation of color #AF5B74: hue angle of 342.14º 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 #AF5B74 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 91 116 -
CMYK 0 0.48 0.34 0.31
HSL 342.14º 0.34% 0.52% -
HSV(B) 342.14º 0.48% 0.69% -
XYZ 24.57 17.86 18.67 -
YUV 118.97 126.33 167.97 -
System Red Green Blue C M Y K H S L
Decimal 175 91 116 0 0.48 0.34 0.31 342.14 0.34 0.52
Hex AF 5B 74 0 30 22 1F 156 22 34
Octal 257 133 164 0 60 42 37 526 42 64
Binary 10101111 1011011 1110100 0 110000 100010 11111 101010110 100010 110100

Color Harmonies of #AF5B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B74

Black with #AF5B74

Text Example


Text Example

White with #AF5B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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