#A9676D

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

Shades of Turkish Rose #A9676D

Tints of Turkish Rose #A9676D

Color information

#A9676D (or 0xA9676D) is unknown color: approx Turkish Rose. HEX triplet: A9, 67 and 6D. RGB value is (169,103,109). Sum of RGB (Red+Green+Blue) = 169+103+109=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A9676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9676D is #569892. Grayscale: #7B7B7B. Windows color (decimal): -5675155 or 7169961. OLE color: 7169961.

HSL color Cylindrical-coordinate representation of color #A9676D: hue angle of 354.55º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A9676D is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB169103109-
CMYK00.390.360.34
HSL354.55º27.73%53.33%-
HSV(B)354.55º39.05%66.27%-
XYZ23.9719.2416.92-
YUV123.42119.87160.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.36%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 109 (42.97% from 255) = 28.61%
R=44.36%
G=27.03%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910310900.390.360.34354.5527.7353.33
HexA9676D02724221631c35
Octal25114715504744425433465
Binary1010100111001111101101010011110010010001010110001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9676D; }

 p { color: rgb(169,103,109); }

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

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

 a { background-color: rgb(169,103,109); }

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

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

 span { border-color: rgb(169,103,109); }

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