Html Css Color HEX #AF717B Turkish Rose

📋 copy color: '#AF717B'

red 175 ◦ green 113 ◦ blue 123

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

Shades of Turkish Rose #AF717B

Tints of Turkish Rose #AF717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.93%

R = 42.58%
G = 27.49%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF717B (or 0xAF717B) is known color: Turkish Rose. HEX triplet: AF, 71 and 7B. RGB value is (175,113,123). Sum of RGB (Red+Green+Blue) = 175+113+123=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF717B is #508E84. Grayscale: #848484. Windows color (decimal): -5279365 or 8090031. OLE color: 8090031.

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

Color convert

RGB 175 113 123 -
CMYK 0 0.35 0.30 0.31
HSL 350.32º 0.28% 0.56% -
HSV(B) 350.32º 0.35% 0.69% -
XYZ 27.16 22.35 21.62 -
YUV 132.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 175 113 123 0 0.35 0.30 0.31 350.32 0.28 0.56
Hex AF 71 7B 0 23 1E 1F 15E 1C 38
Octal 257 161 173 0 43 36 37 536 34 70
Binary 10101111 1110001 1111011 0 100011 11110 11111 101011110 11100 111000

Color Harmonies of #AF717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF717B

Black with #AF717B

Text Example


Text Example

White with #AF717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF717B; }

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

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

background-color css

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

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

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

border-color css

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

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

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