Html Css Color HEX #AF797F Turkish Rose

📋 copy color: '#AF797F'

red 175 ◦ green 121 ◦ blue 127

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

Shades of Turkish Rose #AF797F

Tints of Turkish Rose #AF797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.61%

 BLUE value IS 127 (50% from 255) = 30.02%

R = 41.37%
G = 28.61%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF797F (or 0xAF797F) is known color: Turkish Rose. HEX triplet: AF, 79 and 7F. RGB value is (175,121,127). Sum of RGB (Red+Green+Blue) = 175+121+127=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF797F is #508680. Grayscale: #898989. Windows color (decimal): -5277313 or 8354223. OLE color: 8354223.

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

Color convert

RGB 175 121 127 -
CMYK 0 0.31 0.27 0.31
HSL 353.33º 0.25% 0.58% -
HSV(B) 353.33º 0.31% 0.69% -
XYZ 28.35 24.32 23.28 -
YUV 137.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 175 121 127 0 0.31 0.27 0.31 353.33 0.25 0.58
Hex AF 79 7F 0 1F 1B 1F 161 19 3A
Octal 257 171 177 0 37 33 37 541 31 72
Binary 10101111 1111001 1111111 0 11111 11011 11111 101100001 11001 111010

Color Harmonies of #AF797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF797F

Black with #AF797F

Text Example


Text Example

White with #AF797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF797F; }

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

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

background-color css

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

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

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

border-color css

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

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

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