Html Css Color HEX #AF6776 Turkish Rose

📋 copy color: '#AF6776'

red 175 ◦ green 103 ◦ blue 118

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

Shades of Turkish Rose #AF6776

Tints of Turkish Rose #AF6776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.01%

 BLUE value IS 118 (46.48% from 255) = 29.8%

R = 44.19%
G = 26.01%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF6776 (or 0xAF6776) is known color: Turkish Rose. HEX triplet: AF, 67 and 76. RGB value is (175,103,118). Sum of RGB (Red+Green+Blue) = 175+103+118=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6776 is #509889. Grayscale: #7E7E7E. Windows color (decimal): -5281930 or 7759791. OLE color: 7759791.

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

Color convert

RGB 175 103 118 -
CMYK 0 0.41 0.33 0.31
HSL 347.5º 0.31% 0.55% -
HSV(B) 347.5º 0.41% 0.69% -
XYZ 25.8 20.12 19.66 -
YUV 126.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 175 103 118 0 0.41 0.33 0.31 347.5 0.31 0.55
Hex AF 67 76 0 29 21 1F 15C 1F 37
Octal 257 147 166 0 51 41 37 534 37 67
Binary 10101111 1100111 1110110 0 101001 100001 11111 101011100 11111 110111

Color Harmonies of #AF6776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6776

Black with #AF6776

Text Example


Text Example

White with #AF6776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6776; }

 p { color: rgb(175,103,118); }

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

background-color css

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

 a { background-color: rgb(175,103,118); }

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

border-color css

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

 span { border-color: rgb(175,103,118); }

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