Html Css Color HEX #AF727C Turkish Rose

📋 copy color: '#AF727C'

red 175 ◦ green 114 ◦ blue 124

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

Shades of Turkish Rose #AF727C

Tints of Turkish Rose #AF727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.6%

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

R = 42.37%
G = 27.6%
B = 30.02%

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

#AF727C (or 0xAF727C) is known color: Turkish Rose. HEX triplet: AF, 72 and 7C. RGB value is (175,114,124). Sum of RGB (Red+Green+Blue) = 175+114+124=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF727C is #508D83. Grayscale: #858585. Windows color (decimal): -5279108 or 8155823. OLE color: 8155823.

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

Color convert

RGB 175 114 124 -
CMYK 0 0.35 0.29 0.31
HSL 350.16º 0.28% 0.57% -
HSV(B) 350.16º 0.35% 0.69% -
XYZ 27.33 22.6 21.99 -
YUV 133.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 175 114 124 0 0.35 0.29 0.31 350.16 0.28 0.57
Hex AF 72 7C 0 23 1D 1F 15E 1C 39
Octal 257 162 174 0 43 35 37 536 34 71
Binary 10101111 1110010 1111100 0 100011 11101 11111 101011110 11100 111001

Color Harmonies of #AF727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF727C

Black with #AF727C

Text Example


Text Example

White with #AF727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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