Html Css Color HEX #AF7477 Turkish Rose

📋 copy color: '#AF7477'

red 175 ◦ green 116 ◦ blue 119

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

Shades of Turkish Rose #AF7477

Tints of Turkish Rose #AF7477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.29%

 BLUE value IS 119 (46.88% from 255) = 29.02%

R = 42.68%
G = 28.29%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF7477 (or 0xAF7477) is known color: Turkish Rose. HEX triplet: AF, 74 and 77. RGB value is (175,116,119). Sum of RGB (Red+Green+Blue) = 175+116+119=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7477 is #508B88. Grayscale: #868686. Windows color (decimal): -5278601 or 7828655. OLE color: 7828655.

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

Color convert

RGB 175 116 119 -
CMYK 0 0.34 0.32 0.31
HSL 356.95º 0.27% 0.57% -
HSV(B) 356.95º 0.34% 0.69% -
XYZ 27.25 22.94 20.44 -
YUV 133.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 175 116 119 0 0.34 0.32 0.31 356.95 0.27 0.57
Hex AF 74 77 0 22 20 1F 165 1B 39
Octal 257 164 167 0 42 40 37 545 33 71
Binary 10101111 1110100 1110111 0 100010 100000 11111 101100101 11011 111001

Color Harmonies of #AF7477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7477

Black with #AF7477

Text Example


Text Example

White with #AF7477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7477; }

 p { color: rgb(175,116,119); }

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

background-color css

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

 a { background-color: rgb(175,116,119); }

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

border-color css

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

 span { border-color: rgb(175,116,119); }

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