#A2676C

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

Shades of Turkish Rose #A2676C

Tints of Turkish Rose #A2676C

Color information

#A2676C (or 0xA2676C) is unknown color: approx Turkish Rose. HEX triplet: A2, 67 and 6C. RGB value is (162,103,108). Sum of RGB (Red+Green+Blue) = 162+103+108=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2676C is #5D9893. Grayscale: #797979. Windows color (decimal): -6133908 or 7104418. OLE color: 7104418.

HSL color Cylindrical-coordinate representation of color #A2676C: hue angle of 354.92º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2676C is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB162103108-
CMYK00.360.330.36
HSL354.92º24.08%51.96%-
HSV(B)354.92º36.42%63.53%-
XYZ22.4618.4616.57-
YUV121.21120.55157.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=43.43%
G=27.61%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210310800.360.330.36354.9224.0851.96
HexA2676C02421241631834
Octal24214715404441445433064
Binary1010001011001111101100010010010000110010010110001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2676C; }

 p { color: rgb(162,103,108); }

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

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

 a { background-color: rgb(162,103,108); }

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

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

 span { border-color: rgb(162,103,108); }

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