Html Css Color HEX #AF7779 Turkish Rose

📋 copy color: '#AF7779'

red 175 ◦ green 119 ◦ blue 121

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

Shades of Turkish Rose #AF7779

Tints of Turkish Rose #AF7779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.67%

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

R = 42.17%
G = 28.67%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF7779 (or 0xAF7779) is known color: Turkish Rose. HEX triplet: AF, 77 and 79. RGB value is (175,119,121). Sum of RGB (Red+Green+Blue) = 175+119+121=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7779 is #508886. Grayscale: #888888. Windows color (decimal): -5277831 or 7960495. OLE color: 7960495.

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

Color convert

RGB 175 119 121 -
CMYK 0 0.32 0.31 0.31
HSL 357.86º 0.26% 0.58% -
HSV(B) 357.86º 0.32% 0.69% -
XYZ 27.73 23.69 21.2 -
YUV 135.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 175 119 121 0 0.32 0.31 0.31 357.86 0.26 0.58
Hex AF 77 79 0 20 1F 1F 166 1A 3A
Octal 257 167 171 0 40 37 37 546 32 72
Binary 10101111 1110111 1111001 0 100000 11111 11111 101100110 11010 111010

Color Harmonies of #AF7779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7779

Black with #AF7779

Text Example


Text Example

White with #AF7779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7779; }

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

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

background-color css

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

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

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

border-color css

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

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

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