Html Css Color HEX #AF5D75 Royal Heath

📋 copy color: '#AF5D75'

red 175 ◦ green 93 ◦ blue 117

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

Shades of Royal Heath #AF5D75

Tints of Royal Heath #AF5D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 45.45%
G = 24.16%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF5D75 (or 0xAF5D75) is known color: Royal Heath. HEX triplet: AF, 5D and 75. RGB value is (175,93,117). Sum of RGB (Red+Green+Blue) = 175+93+117=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D75 is #50A28A. Grayscale: #787878. Windows color (decimal): -5284491 or 7691695. OLE color: 7691695.

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

Color convert

RGB 175 93 117 -
CMYK 0 0.47 0.33 0.31
HSL 342.44º 0.34% 0.53% -
HSV(B) 342.44º 0.47% 0.69% -
XYZ 24.8 18.23 19.04 -
YUV 120.25 126.17 167.05 -
System Red Green Blue C M Y K H S L
Decimal 175 93 117 0 0.47 0.33 0.31 342.44 0.34 0.53
Hex AF 5D 75 0 2F 21 1F 156 22 35
Octal 257 135 165 0 57 41 37 526 42 65
Binary 10101111 1011101 1110101 0 101111 100001 11111 101010110 100010 110101

Color Harmonies of #AF5D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D75

Black with #AF5D75

Text Example


Text Example

White with #AF5D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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