Html Css Color HEX #AF616C Turkish Rose

📋 copy color: '#AF616C'

red 175 ◦ green 97 ◦ blue 108

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

Shades of Turkish Rose #AF616C

Tints of Turkish Rose #AF616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.53%

 BLUE value IS 108 (42.58% from 255) = 28.42%

R = 46.05%
G = 25.53%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF616C (or 0xAF616C) is known color: Turkish Rose. HEX triplet: AF, 61 and 6C. RGB value is (175,97,108). Sum of RGB (Red+Green+Blue) = 175+97+108=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF616C is #509E93. Grayscale: #797979. Windows color (decimal): -5283476 or 7102895. OLE color: 7102895.

HSL color Cylindrical-coordinate representation of color #AF616C: hue angle of 351.54º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF616C is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 97 108 -
CMYK 0 0.45 0.38 0.31
HSL 351.54º 0.33% 0.53% -
HSV(B) 351.54º 0.45% 0.69% -
XYZ 24.66 18.75 16.51 -
YUV 121.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 175 97 108 0 0.45 0.38 0.31 351.54 0.33 0.53
Hex AF 61 6C 0 2D 26 1F 160 21 35
Octal 257 141 154 0 55 46 37 540 41 65
Binary 10101111 1100001 1101100 0 101101 100110 11111 101100000 100001 110101

Color Harmonies of #AF616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF616C

Black with #AF616C

Text Example


Text Example

White with #AF616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF616C; }

 p { color: rgb(175,97,108); }

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

background-color css

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

 a { background-color: rgb(175,97,108); }

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

border-color css

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

 span { border-color: rgb(175,97,108); }

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