Html Css Color HEX #AF7071 Turkish Rose

📋 copy color: '#AF7071'

red 175 ◦ green 112 ◦ blue 113

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

Shades of Turkish Rose #AF7071

Tints of Turkish Rose #AF7071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28%

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

R = 43.75%
G = 28%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF7071 (or 0xAF7071) is known color: Turkish Rose. HEX triplet: AF, 70 and 71. RGB value is (175,112,113). Sum of RGB (Red+Green+Blue) = 175+112+113=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7071 is #508F8E. Grayscale: #838383. Windows color (decimal): -5279631 or 7434415. OLE color: 7434415.

HSL color Cylindrical-coordinate representation of color #AF7071: hue angle of 359.05º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF7071 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 113 -
CMYK 0 0.36 0.35 0.31
HSL 359.05º 0.28% 0.56% -
HSV(B) 359.05º 0.36% 0.69% -
XYZ 26.45 21.89 18.45 -
YUV 130.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 175 112 113 0 0.36 0.35 0.31 359.05 0.28 0.56
Hex AF 70 71 0 24 23 1F 167 1C 38
Octal 257 160 161 0 44 43 37 547 34 70
Binary 10101111 1110000 1110001 0 100100 100011 11111 101100111 11100 111000

Color Harmonies of #AF7071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7071

Black with #AF7071

Text Example


Text Example

White with #AF7071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7071; }

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

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

background-color css

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

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

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

border-color css

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

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

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