#A9676E

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

Shades of Turkish Rose #A9676E

Tints of Turkish Rose #A9676E

Color information

#A9676E (or 0xA9676E) is unknown color: approx Turkish Rose. HEX triplet: A9, 67 and 6E. RGB value is (169,103,110). Sum of RGB (Red+Green+Blue) = 169+103+110=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A9676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9676E is #569891. Grayscale: #7B7B7B. Windows color (decimal): -5675154 or 7235497. OLE color: 7235497.

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

Color convert

RGB169103110-
CMYK00.390.350.34
HSL353.64º27.73%53.33%-
HSV(B)353.64º39.05%66.27%-
XYZ24.0319.2617.2-
YUV123.53120.37160.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 103 (40.62% from 255) = 26.96%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=44.24%
G=26.96%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910311000.390.350.34353.6427.7353.33
HexA9676E02723221621c35
Octal25114715604743425423465
Binary1010100111001111101110010011110001110001010110001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9676E; }

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

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

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

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

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

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

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

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