#A9676B

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

Shades of Turkish Rose #A9676B

Tints of Turkish Rose #A9676B

Color information

#A9676B (or 0xA9676B) is unknown color: approx Turkish Rose. HEX triplet: A9, 67 and 6B. RGB value is (169,103,107). Sum of RGB (Red+Green+Blue) = 169+103+107=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A9676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9676B is #569894. Grayscale: #7B7B7B. Windows color (decimal): -5675157 or 7038889. OLE color: 7038889.

HSL color Cylindrical-coordinate representation of color #A9676B: hue angle of 356.36º 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 #A9676B is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB169103107-
CMYK00.390.370.34
HSL356.36º27.73%53.33%-
HSV(B)356.36º39.05%66.27%-
XYZ23.8719.216.36-
YUV123.19118.87160.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.59%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 107 (42.19% from 255) = 28.23%
R=44.59%
G=27.18%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910310700.390.370.34356.3627.7353.33
HexA9676B02725221641c35
Octal25114715304745425443465
Binary1010100111001111101011010011110010110001010110010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9676B; }

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

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

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

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

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

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

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

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