Html Css Color HEX #AF6676 Turkish Rose

📋 copy color: '#AF6676'

red 175 ◦ green 102 ◦ blue 118

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

Shades of Turkish Rose #AF6676

Tints of Turkish Rose #AF6676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.82%

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

R = 44.3%
G = 25.82%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF6676 (or 0xAF6676) is known color: Turkish Rose. HEX triplet: AF, 66 and 76. RGB value is (175,102,118). Sum of RGB (Red+Green+Blue) = 175+102+118=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6676 is #509989. Grayscale: #7D7D7D. Windows color (decimal): -5282186 or 7759535. OLE color: 7759535.

HSL color Cylindrical-coordinate representation of color #AF6676: hue angle of 346.85º degrees, saturation: 0.31, 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 #AF6676 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 102 118 -
CMYK 0 0.42 0.33 0.31
HSL 346.85º 0.31% 0.54% -
HSV(B) 346.85º 0.42% 0.69% -
XYZ 25.7 19.92 19.63 -
YUV 125.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 175 102 118 0 0.42 0.33 0.31 346.85 0.31 0.54
Hex AF 66 76 0 2A 21 1F 15B 1F 36
Octal 257 146 166 0 52 41 37 533 37 66
Binary 10101111 1100110 1110110 0 101010 100001 11111 101011011 11111 110110

Color Harmonies of #AF6676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6676

Black with #AF6676

Text Example


Text Example

White with #AF6676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6676; }

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

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

background-color css

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

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

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

border-color css

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

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

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