Html Css Color HEX #AF797D Turkish Rose

📋 copy color: '#AF797D'

red 175 ◦ green 121 ◦ blue 125

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

Shades of Turkish Rose #AF797D

Tints of Turkish Rose #AF797D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.69%

R = 41.57%
G = 28.74%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF797D (or 0xAF797D) is known color: Turkish Rose. HEX triplet: AF, 79 and 7D. RGB value is (175,121,125). Sum of RGB (Red+Green+Blue) = 175+121+125=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF797D is #508682. Grayscale: #898989. Windows color (decimal): -5277315 or 8223151. OLE color: 8223151.

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

Color convert

RGB 175 121 125 -
CMYK 0 0.31 0.29 0.31
HSL 355.56º 0.25% 0.58% -
HSV(B) 355.56º 0.31% 0.69% -
XYZ 28.22 24.27 22.6 -
YUV 137.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 175 121 125 0 0.31 0.29 0.31 355.56 0.25 0.58
Hex AF 79 7D 0 1F 1D 1F 164 19 3A
Octal 257 171 175 0 37 35 37 544 31 72
Binary 10101111 1111001 1111101 0 11111 11101 11111 101100100 11001 111010

Color Harmonies of #AF797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF797D

Black with #AF797D

Text Example


Text Example

White with #AF797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF797D; }

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

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

background-color css

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

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

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

border-color css

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

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

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