Html Css Color HEX #AF6577 Turkish Rose

📋 copy color: '#AF6577'

red 175 ◦ green 101 ◦ blue 119

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

Shades of Turkish Rose #AF6577

Tints of Turkish Rose #AF6577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.57%

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

R = 44.3%
G = 25.57%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF6577 (or 0xAF6577) is known color: Turkish Rose. HEX triplet: AF, 65 and 77. RGB value is (175,101,119). Sum of RGB (Red+Green+Blue) = 175+101+119=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6577 is #509A88. Grayscale: #7D7D7D. Windows color (decimal): -5282441 or 7824815. OLE color: 7824815.

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

Color convert

RGB 175 101 119 -
CMYK 0 0.42 0.32 0.31
HSL 345.41º 0.32% 0.54% -
HSV(B) 345.41º 0.42% 0.69% -
XYZ 25.66 19.75 19.91 -
YUV 125.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 175 101 119 0 0.42 0.32 0.31 345.41 0.32 0.54
Hex AF 65 77 0 2A 20 1F 159 20 36
Octal 257 145 167 0 52 40 37 531 40 66
Binary 10101111 1100101 1110111 0 101010 100000 11111 101011001 100000 110110

Color Harmonies of #AF6577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6577

Black with #AF6577

Text Example


Text Example

White with #AF6577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6577; }

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

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

background-color css

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

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

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

border-color css

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

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

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