Html Css Color HEX #AF6971 Turkish Rose

📋 copy color: '#AF6971'

red 175 ◦ green 105 ◦ blue 113

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

Shades of Turkish Rose #AF6971

Tints of Turkish Rose #AF6971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.72%

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

R = 44.53%
G = 26.72%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF6971 (or 0xAF6971) is known color: Turkish Rose. HEX triplet: AF, 69 and 71. RGB value is (175,105,113). Sum of RGB (Red+Green+Blue) = 175+105+113=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6971 is #50968E. Grayscale: #7E7E7E. Windows color (decimal): -5281423 or 7432623. OLE color: 7432623.

HSL color Cylindrical-coordinate representation of color #AF6971: hue angle of 353.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6971 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 105 113 -
CMYK 0 0.40 0.35 0.31
HSL 353.14º 0.3% 0.55% -
HSV(B) 353.14º 0.4% 0.69% -
XYZ 25.71 20.41 18.21 -
YUV 126.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 175 105 113 0 0.40 0.35 0.31 353.14 0.3 0.55
Hex AF 69 71 0 28 23 1F 161 1E 37
Octal 257 151 161 0 50 43 37 541 36 67
Binary 10101111 1101001 1110001 0 101000 100011 11111 101100001 11110 110111

Color Harmonies of #AF6971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6971

Black with #AF6971

Text Example


Text Example

White with #AF6971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6971; }

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

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

background-color css

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

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

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

border-color css

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

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

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