#AF8083

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

Shades of Turkish Rose #AF8083

Tints of Turkish Rose #AF8083

Color information

#AF8083 (or 0xAF8083) is unknown color: approx Turkish Rose. HEX triplet: AF, 80 and 83. RGB value is (175,128,131). Sum of RGB (Red+Green+Blue) = 175+128+131=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8083 is #507F7C. Grayscale: #8E8E8E. Windows color (decimal): -5275517 or 8618159. OLE color: 8618159.

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

Color convert

RGB175128131-
CMYK00.270.250.31
HSL356.17º22.71%59.41%-
HSV(B)356.17º26.86%68.63%-
XYZ29.526.1924.97-
YUV142.39121.57151.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 131 (51.56% from 255) = 30.18%
R=40.32%
G=29.49%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512813100.270.250.31356.1722.7159.41
HexAF808301B191F164173b
Octal25720020303331375442773
Binary101011111000000010000011011011110011111110110010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8083; }

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

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

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

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

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

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

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

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