Html Css Color HEX #AF747C Turkish Rose

📋 copy color: '#AF747C'

red 175 ◦ green 116 ◦ blue 124

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

Shades of Turkish Rose #AF747C

Tints of Turkish Rose #AF747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.95%

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

R = 42.17%
G = 27.95%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF747C (or 0xAF747C) is known color: Turkish Rose. HEX triplet: AF, 74 and 7C. RGB value is (175,116,124). Sum of RGB (Red+Green+Blue) = 175+116+124=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF747C is #508B83. Grayscale: #868686. Windows color (decimal): -5278596 or 8156335. OLE color: 8156335.

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

Color convert

RGB 175 116 124 -
CMYK 0 0.34 0.29 0.31
HSL 351.86º 0.27% 0.57% -
HSV(B) 351.86º 0.34% 0.69% -
XYZ 27.56 23.06 22.07 -
YUV 134.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 175 116 124 0 0.34 0.29 0.31 351.86 0.27 0.57
Hex AF 74 7C 0 22 1D 1F 160 1B 39
Octal 257 164 174 0 42 35 37 540 33 71
Binary 10101111 1110100 1111100 0 100010 11101 11111 101100000 11011 111001

Color Harmonies of #AF747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF747C

Black with #AF747C

Text Example


Text Example

White with #AF747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF747C; }

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

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

background-color css

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

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

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

border-color css

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

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

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