Html Css Color HEX #AF6070 Turkish Rose

📋 copy color: '#AF6070'

red 175 ◦ green 96 ◦ blue 112

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

Shades of Turkish Rose #AF6070

Tints of Turkish Rose #AF6070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.07%

 BLUE value IS 112 (44.14% from 255) = 29.24%

R = 45.69%
G = 25.07%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF6070 (or 0xAF6070) is known color: Turkish Rose. HEX triplet: AF, 60 and 70. RGB value is (175,96,112). Sum of RGB (Red+Green+Blue) = 175+96+112=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6070 is #509F8F. Grayscale: #797979. Windows color (decimal): -5283728 or 7364783. OLE color: 7364783.

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

Color convert

RGB 175 96 112 -
CMYK 0 0.45 0.36 0.31
HSL 347.85º 0.33% 0.53% -
HSV(B) 347.85º 0.45% 0.69% -
XYZ 24.79 18.65 17.62 -
YUV 121.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 175 96 112 0 0.45 0.36 0.31 347.85 0.33 0.53
Hex AF 60 70 0 2D 24 1F 15C 21 35
Octal 257 140 160 0 55 44 37 534 41 65
Binary 10101111 1100000 1110000 0 101101 100100 11111 101011100 100001 110101

Color Harmonies of #AF6070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6070

Black with #AF6070

Text Example


Text Example

White with #AF6070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6070; }

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

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

background-color css

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

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

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

border-color css

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

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

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