Html Css Color HEX #AF717C Turkish Rose

📋 copy color: '#AF717C'

red 175 ◦ green 113 ◦ blue 124

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

Shades of Turkish Rose #AF717C

Tints of Turkish Rose #AF717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.43%

 BLUE value IS 124 (48.83% from 255) = 30.1%

R = 42.48%
G = 27.43%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF717C (or 0xAF717C) is known color: Turkish Rose. HEX triplet: AF, 71 and 7C. RGB value is (175,113,124). Sum of RGB (Red+Green+Blue) = 175+113+124=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF717C is #508E83. Grayscale: #848484. Windows color (decimal): -5279364 or 8155567. OLE color: 8155567.

HSL color Cylindrical-coordinate representation of color #AF717C: hue angle of 349.35º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF717C is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 113 124 -
CMYK 0 0.35 0.29 0.31
HSL 349.35º 0.28% 0.56% -
HSV(B) 349.35º 0.35% 0.69% -
XYZ 27.22 22.38 21.95 -
YUV 132.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 175 113 124 0 0.35 0.29 0.31 349.35 0.28 0.56
Hex AF 71 7C 0 23 1D 1F 15D 1C 38
Octal 257 161 174 0 43 35 37 535 34 70
Binary 10101111 1110001 1111100 0 100011 11101 11111 101011101 11100 111000

Color Harmonies of #AF717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF717C

Black with #AF717C

Text Example


Text Example

White with #AF717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF717C; }

 p { color: rgb(175,113,124); }

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

background-color css

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

 a { background-color: rgb(175,113,124); }

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

border-color css

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

 span { border-color: rgb(175,113,124); }

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