#AF767A

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

Shades of Turkish Rose #AF767A

Tints of Turkish Rose #AF767A

Color information

#AF767A (or 0xAF767A) is unknown color: approx Turkish Rose. HEX triplet: AF, 76 and 7A. RGB value is (175,118,122). Sum of RGB (Red+Green+Blue) = 175+118+122=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF767A is #508985. Grayscale: #878787. Windows color (decimal): -5278086 or 8025775. OLE color: 8025775.

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

Color convert

RGB175118122-
CMYK00.330.300.31
HSL355.79º26.27%57.45%-
HSV(B)355.79º32.57%68.63%-
XYZ27.6723.4821.49-
YUV135.5120.38156.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=42.17%
G=28.43%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511812200.330.300.31355.7926.2757.45
HexAF767A0211E1F1641a39
Octal25716617204136375443271
Binary10101111111011011110100100001111101111110110010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF767A; }

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

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

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

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

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

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

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

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