Html Css Color HEX #AF6670 Turkish Rose

📋 copy color: '#AF6670'

red 175 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #AF6670

Tints of Turkish Rose #AF6670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.22%

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

R = 44.99%
G = 26.22%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF6670 (or 0xAF6670) is known color: Turkish Rose. HEX triplet: AF, 66 and 70. RGB value is (175,102,112). Sum of RGB (Red+Green+Blue) = 175+102+112=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6670 is #50998F. Grayscale: #7D7D7D. Windows color (decimal): -5282192 or 7366319. OLE color: 7366319.

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

Color convert

RGB 175 102 112 -
CMYK 0 0.42 0.36 0.31
HSL 351.78º 0.31% 0.54% -
HSV(B) 351.78º 0.42% 0.69% -
XYZ 25.36 19.79 17.81 -
YUV 124.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 175 102 112 0 0.42 0.36 0.31 351.78 0.31 0.54
Hex AF 66 70 0 2A 24 1F 160 1F 36
Octal 257 146 160 0 52 44 37 540 37 66
Binary 10101111 1100110 1110000 0 101010 100100 11111 101100000 11111 110110

Color Harmonies of #AF6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6670

Black with #AF6670

Text Example


Text Example

White with #AF6670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6670; }

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

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

background-color css

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

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

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

border-color css

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

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

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