#AF8082

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

Shades of Turkish Rose #AF8082

Tints of Turkish Rose #AF8082

Color information

#AF8082 (or 0xAF8082) is unknown color: approx Turkish Rose. HEX triplet: AF, 80 and 82. RGB value is (175,128,130). Sum of RGB (Red+Green+Blue) = 175+128+130=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8082 is #507F7D. Grayscale: #8E8E8E. Windows color (decimal): -5275518 or 8552623. OLE color: 8552623.

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

Color convert

RGB175128130-
CMYK00.270.260.31
HSL357.45º22.71%59.41%-
HSV(B)357.45º26.86%68.63%-
XYZ29.4326.1624.62-
YUV142.28121.07151.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=40.42%
G=29.56%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512813000.270.260.31357.4522.7159.41
HexAF808201B1A1F165173b
Octal25720020203332375452773
Binary101011111000000010000010011011110101111110110010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8082; }

 p { color: rgb(175,128,130); }

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

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

 a { background-color: rgb(175,128,130); }

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

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

 span { border-color: rgb(175,128,130); }

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