Html Css Color HEX #AF6673 Turkish Rose

📋 copy color: '#AF6673'

red 175 ◦ green 102 ◦ blue 115

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

Shades of Turkish Rose #AF6673

Tints of Turkish Rose #AF6673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.02%

 BLUE value IS 115 (45.31% from 255) = 29.34%

R = 44.64%
G = 26.02%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF6673 (or 0xAF6673) is known color: Turkish Rose. HEX triplet: AF, 66 and 73. RGB value is (175,102,115). Sum of RGB (Red+Green+Blue) = 175+102+115=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6673 is #50998C. Grayscale: #7D7D7D. Windows color (decimal): -5282189 or 7562927. OLE color: 7562927.

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

Color convert

RGB 175 102 115 -
CMYK 0 0.42 0.34 0.31
HSL 349.32º 0.31% 0.54% -
HSV(B) 349.32º 0.42% 0.69% -
XYZ 25.53 19.85 18.71 -
YUV 125.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 175 102 115 0 0.42 0.34 0.31 349.32 0.31 0.54
Hex AF 66 73 0 2A 22 1F 15D 1F 36
Octal 257 146 163 0 52 42 37 535 37 66
Binary 10101111 1100110 1110011 0 101010 100010 11111 101011101 11111 110110

Color Harmonies of #AF6673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6673

Black with #AF6673

Text Example


Text Example

White with #AF6673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6673; }

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

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

background-color css

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

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

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

border-color css

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

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

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