Html Css Color HEX #AF6978 Turkish Rose

📋 copy color: '#AF6978'

red 175 ◦ green 105 ◦ blue 120

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

Shades of Turkish Rose #AF6978

Tints of Turkish Rose #AF6978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.25%

 BLUE value IS 120 (47.27% from 255) = 30%

R = 43.75%
G = 26.25%
B = 30%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF6978 (or 0xAF6978) is known color: Turkish Rose. HEX triplet: AF, 69 and 78. RGB value is (175,105,120). Sum of RGB (Red+Green+Blue) = 175+105+120=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6978 is #509687. Grayscale: #7F7F7F. Windows color (decimal): -5281416 or 7891375. OLE color: 7891375.

HSL color Cylindrical-coordinate representation of color #AF6978: hue angle of 347.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6978 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 105 120 -
CMYK 0 0.40 0.31 0.31
HSL 347.14º 0.3% 0.55% -
HSV(B) 347.14º 0.4% 0.69% -
XYZ 26.12 20.57 20.36 -
YUV 127.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 175 105 120 0 0.40 0.31 0.31 347.14 0.3 0.55
Hex AF 69 78 0 28 1F 1F 15B 1E 37
Octal 257 151 170 0 50 37 37 533 36 67
Binary 10101111 1101001 1111000 0 101000 11111 11111 101011011 11110 110111

Color Harmonies of #AF6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6978

Black with #AF6978

Text Example


Text Example

White with #AF6978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6978; }

 p { color: rgb(175,105,120); }

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

background-color css

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

 a { background-color: rgb(175,105,120); }

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

border-color css

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

 span { border-color: rgb(175,105,120); }

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