Html Css Color HEX #AF7079 Turkish Rose

📋 copy color: '#AF7079'

red 175 ◦ green 112 ◦ blue 121

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

Shades of Turkish Rose #AF7079

Tints of Turkish Rose #AF7079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.45%

 BLUE value IS 121 (47.66% from 255) = 29.66%

R = 42.89%
G = 27.45%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF7079 (or 0xAF7079) is known color: Turkish Rose. HEX triplet: AF, 70 and 79. RGB value is (175,112,121). Sum of RGB (Red+Green+Blue) = 175+112+121=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7079 is #508F86. Grayscale: #838383. Windows color (decimal): -5279623 or 7958703. OLE color: 7958703.

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

Color convert

RGB 175 112 121 -
CMYK 0 0.36 0.31 0.31
HSL 351.43º 0.28% 0.56% -
HSV(B) 351.43º 0.36% 0.69% -
XYZ 26.92 22.08 20.93 -
YUV 131.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 175 112 121 0 0.36 0.31 0.31 351.43 0.28 0.56
Hex AF 70 79 0 24 1F 1F 15F 1C 38
Octal 257 160 171 0 44 37 37 537 34 70
Binary 10101111 1110000 1111001 0 100100 11111 11111 101011111 11100 111000

Color Harmonies of #AF7079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7079

Black with #AF7079

Text Example


Text Example

White with #AF7079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7079; }

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

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

background-color css

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

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

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

border-color css

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

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

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