#AF767E

Color #AF767E Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AF767E

Tints of Turkish Rose #AF767E

Color information

#AF767E (or 0xAF767E) is unknown color: approx Turkish Rose. HEX triplet: AF, 76 and 7E. RGB value is (175,118,126). Sum of RGB (Red+Green+Blue) = 175+118+126=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF767E is #508981. Grayscale: #878787. Windows color (decimal): -5278082 or 8287919. OLE color: 8287919.

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

Color convert

RGB175118126-
CMYK00.330.280.31
HSL351.58º26.27%57.45%-
HSV(B)351.58º32.57%68.63%-
XYZ27.9223.5822.82-
YUV135.95122.38155.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 118 (46.48% from 255) = 28.16%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=41.77%
G=28.16%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511812600.330.280.31351.5826.2757.45
HexAF767E0211C1F1601a39
Octal25716617604134375403271
Binary10101111111011011111100100001111001111110110000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF767E; }

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

 H1.HeaderClassName
 {
   color: #AF767E;
 }
 .AnyTagClassName
 {
   color: #AF767E;
 }
</style>
background-color css

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

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

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

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

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

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