Html Css Color HEX #AF6571 Turkish Rose

📋 copy color: '#AF6571'

red 175 ◦ green 101 ◦ blue 113

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

Shades of Turkish Rose #AF6571

Tints of Turkish Rose #AF6571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.05%

R = 44.99%
G = 25.96%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF6571 (or 0xAF6571) is known color: Turkish Rose. HEX triplet: AF, 65 and 71. RGB value is (175,101,113). Sum of RGB (Red+Green+Blue) = 175+101+113=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6571 is #509A8E. Grayscale: #7C7C7C. Windows color (decimal): -5282447 or 7431599. OLE color: 7431599.

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

Color convert

RGB 175 101 113 -
CMYK 0 0.42 0.35 0.31
HSL 350.27º 0.32% 0.54% -
HSV(B) 350.27º 0.42% 0.69% -
XYZ 25.31 19.61 18.07 -
YUV 124.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 175 101 113 0 0.42 0.35 0.31 350.27 0.32 0.54
Hex AF 65 71 0 2A 23 1F 15E 20 36
Octal 257 145 161 0 52 43 37 536 40 66
Binary 10101111 1100101 1110001 0 101010 100011 11111 101011110 100000 110110

Color Harmonies of #AF6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6571

Black with #AF6571

Text Example


Text Example

White with #AF6571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6571; }

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

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

background-color css

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

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

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

border-color css

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

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

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