Html Css Color HEX #AF6470 Turkish Rose

📋 copy color: '#AF6470'

red 175 ◦ green 100 ◦ blue 112

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

Shades of Turkish Rose #AF6470

Tints of Turkish Rose #AF6470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.84%

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

R = 45.22%
G = 25.84%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF6470 (or 0xAF6470) is known color: Turkish Rose. HEX triplet: AF, 64 and 70. RGB value is (175,100,112). Sum of RGB (Red+Green+Blue) = 175+100+112=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6470 is #509B8F. Grayscale: #7B7B7B. Windows color (decimal): -5282704 or 7365807. OLE color: 7365807.

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

Color convert

RGB 175 100 112 -
CMYK 0 0.43 0.36 0.31
HSL 350.4º 0.32% 0.54% -
HSV(B) 350.4º 0.43% 0.69% -
XYZ 25.16 19.4 17.75 -
YUV 123.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 175 100 112 0 0.43 0.36 0.31 350.4 0.32 0.54
Hex AF 64 70 0 2B 24 1F 15E 20 36
Octal 257 144 160 0 53 44 37 536 40 66
Binary 10101111 1100100 1110000 0 101011 100100 11111 101011110 100000 110110

Color Harmonies of #AF6470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6470

Black with #AF6470

Text Example


Text Example

White with #AF6470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6470; }

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

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

background-color css

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

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

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

border-color css

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

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

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