#AF8182

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

Shades of Turkish Rose #AF8182

Tints of Turkish Rose #AF8182

Color information

#AF8182 (or 0xAF8182) is unknown color: approx Turkish Rose. HEX triplet: AF, 81 and 82. RGB value is (175,129,130). Sum of RGB (Red+Green+Blue) = 175+129+130=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8182 is #507E7D. Grayscale: #8E8E8E. Windows color (decimal): -5275262 or 8552879. OLE color: 8552879.

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

Color convert

RGB175129130-
CMYK00.260.260.31
HSL358.7º22.33%59.61%-
HSV(B)358.7º26.29%68.63%-
XYZ29.5626.4324.66-
YUV142.87120.74150.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 129 (50.78% from 255) = 29.72%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=40.32%
G=29.72%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512913000.260.260.31358.722.3359.61
HexAF818201A1A1F167163c
Octal25720120203232375472674
Binary101011111000000110000010011010110101111110110011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8182; }

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

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

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

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

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

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

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

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