#A9677A

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

Shades of Turkish Rose #A9677A

Tints of Turkish Rose #A9677A

Color information

#A9677A (or 0xA9677A) is unknown color: approx Turkish Rose. HEX triplet: A9, 67 and 7A. RGB value is (169,103,122). Sum of RGB (Red+Green+Blue) = 169+103+122=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A9677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9677A is #569885. Grayscale: #7C7C7C. Windows color (decimal): -5675142 or 8021929. OLE color: 8021929.

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

Color convert

RGB169103122-
CMYK00.390.280.34
HSL342.73º27.73%53.33%-
HSV(B)342.73º39.05%66.27%-
XYZ24.7319.5420.88-
YUV124.9126.37159.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.89%
GREEN value IS 103 (40.62% from 255) = 26.14%
BLUE value IS 122 (48.05% from 255) = 30.96%
R=42.89%
G=26.14%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910312200.390.280.34342.7327.7353.33
HexA9677A0271C221571c35
Octal25114717204734425273465
Binary101010011100111111101001001111110010001010101011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9677A; }

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

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

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

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

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

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

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

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