Html Css Color HEX #AF6570 Turkish Rose

📋 copy color: '#AF6570'

red 175 ◦ green 101 ◦ blue 112

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

Shades of Turkish Rose #AF6570

Tints of Turkish Rose #AF6570

RGB

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

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

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

R = 45.1%
G = 26.03%
B = 28.87%

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

#AF6570 (or 0xAF6570) is known color: Turkish Rose. HEX triplet: AF, 65 and 70. RGB value is (175,101,112). Sum of RGB (Red+Green+Blue) = 175+101+112=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6570 is #509A8F. Grayscale: #7C7C7C. Windows color (decimal): -5282448 or 7366063. OLE color: 7366063.

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

Color convert

RGB 175 101 112 -
CMYK 0 0.42 0.36 0.31
HSL 351.08º 0.32% 0.54% -
HSV(B) 351.08º 0.42% 0.69% -
XYZ 25.26 19.59 17.78 -
YUV 124.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 175 101 112 0 0.42 0.36 0.31 351.08 0.32 0.54
Hex AF 65 70 0 2A 24 1F 15F 20 36
Octal 257 145 160 0 52 44 37 537 40 66
Binary 10101111 1100101 1110000 0 101010 100100 11111 101011111 100000 110110

Color Harmonies of #AF6570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6570

Black with #AF6570

Text Example


Text Example

White with #AF6570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6570; }

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

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

background-color css

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

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

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

border-color css

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

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

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