Html Css Color HEX #AF737C Turkish Rose

📋 copy color: '#AF737C'

red 175 ◦ green 115 ◦ blue 124

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

Shades of Turkish Rose #AF737C

Tints of Turkish Rose #AF737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.78%

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

R = 42.27%
G = 27.78%
B = 29.95%

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

#AF737C (or 0xAF737C) is known color: Turkish Rose. HEX triplet: AF, 73 and 7C. RGB value is (175,115,124). Sum of RGB (Red+Green+Blue) = 175+115+124=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF737C is #508C83. Grayscale: #858585. Windows color (decimal): -5278852 or 8156079. OLE color: 8156079.

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

Color convert

RGB 175 115 124 -
CMYK 0 0.34 0.29 0.31
HSL 351º 0.27% 0.57% -
HSV(B) 351º 0.34% 0.69% -
XYZ 27.45 22.83 22.03 -
YUV 133.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 175 115 124 0 0.34 0.29 0.31 351 0.27 0.57
Hex AF 73 7C 0 22 1D 1F 15F 1B 39
Octal 257 163 174 0 42 35 37 537 33 71
Binary 10101111 1110011 1111100 0 100010 11101 11111 101011111 11011 111001

Color Harmonies of #AF737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF737C

Black with #AF737C

Text Example


Text Example

White with #AF737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF737C; }

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

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

background-color css

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

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

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

border-color css

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

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

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