Html Css Color HEX #AF6573 Turkish Rose

📋 copy color: '#AF6573'

red 175 ◦ green 101 ◦ blue 115

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

Shades of Turkish Rose #AF6573

Tints of Turkish Rose #AF6573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.83%

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

R = 44.76%
G = 25.83%
B = 29.41%

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

#AF6573 (or 0xAF6573) is known color: Turkish Rose. HEX triplet: AF, 65 and 73. RGB value is (175,101,115). Sum of RGB (Red+Green+Blue) = 175+101+115=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6573 is #509A8C. Grayscale: #7C7C7C. Windows color (decimal): -5282445 or 7562671. OLE color: 7562671.

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

Color convert

RGB 175 101 115 -
CMYK 0 0.42 0.34 0.31
HSL 348.65º 0.32% 0.54% -
HSV(B) 348.65º 0.42% 0.69% -
XYZ 25.43 19.66 18.67 -
YUV 124.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 175 101 115 0 0.42 0.34 0.31 348.65 0.32 0.54
Hex AF 65 73 0 2A 22 1F 15D 20 36
Octal 257 145 163 0 52 42 37 535 40 66
Binary 10101111 1100101 1110011 0 101010 100010 11111 101011101 100000 110110

Color Harmonies of #AF6573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6573

Black with #AF6573

Text Example


Text Example

White with #AF6573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6573; }

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

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

background-color css

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

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

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

border-color css

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

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

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