Html Css Color HEX #AF717A Turkish Rose

📋 copy color: '#AF717A'

red 175 ◦ green 113 ◦ blue 122

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

Shades of Turkish Rose #AF717A

Tints of Turkish Rose #AF717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.76%

R = 42.68%
G = 27.56%
B = 29.76%

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

#AF717A (or 0xAF717A) is known color: Turkish Rose. HEX triplet: AF, 71 and 7A. RGB value is (175,113,122). Sum of RGB (Red+Green+Blue) = 175+113+122=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF717A is #508E85. Grayscale: #848484. Windows color (decimal): -5279366 or 8024495. OLE color: 8024495.

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

Color convert

RGB 175 113 122 -
CMYK 0 0.35 0.30 0.31
HSL 351.29º 0.28% 0.56% -
HSV(B) 351.29º 0.35% 0.69% -
XYZ 27.1 22.33 21.29 -
YUV 132.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 175 113 122 0 0.35 0.30 0.31 351.29 0.28 0.56
Hex AF 71 7A 0 23 1E 1F 15F 1C 38
Octal 257 161 172 0 43 36 37 537 34 70
Binary 10101111 1110001 1111010 0 100011 11110 11111 101011111 11100 111000

Color Harmonies of #AF717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF717A

Black with #AF717A

Text Example


Text Example

White with #AF717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF717A; }

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

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

background-color css

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

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

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

border-color css

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

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

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