Html Css Color HEX #AF777C Turkish Rose

📋 copy color: '#AF777C'

red 175 ◦ green 119 ◦ blue 124

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

Shades of Turkish Rose #AF777C

Tints of Turkish Rose #AF777C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.67%

R = 41.87%
G = 28.47%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF777C (or 0xAF777C) is known color: Turkish Rose. HEX triplet: AF, 77 and 7C. RGB value is (175,119,124). Sum of RGB (Red+Green+Blue) = 175+119+124=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF777C is #508883. Grayscale: #888888. Windows color (decimal): -5277828 or 8157103. OLE color: 8157103.

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

Color convert

RGB 175 119 124 -
CMYK 0 0.32 0.29 0.31
HSL 354.64º 0.26% 0.58% -
HSV(B) 354.64º 0.32% 0.69% -
XYZ 27.91 23.76 22.18 -
YUV 136.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 175 119 124 0 0.32 0.29 0.31 354.64 0.26 0.58
Hex AF 77 7C 0 20 1D 1F 163 1A 3A
Octal 257 167 174 0 40 35 37 543 32 72
Binary 10101111 1110111 1111100 0 100000 11101 11111 101100011 11010 111010

Color Harmonies of #AF777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF777C

Black with #AF777C

Text Example


Text Example

White with #AF777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF777C; }

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

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

background-color css

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

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

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

border-color css

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

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

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