#A9676A

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

Shades of Turkish Rose #A9676A

Tints of Turkish Rose #A9676A

Color information

#A9676A (or 0xA9676A) is unknown color: approx Turkish Rose. HEX triplet: A9, 67 and 6A. RGB value is (169,103,106). Sum of RGB (Red+Green+Blue) = 169+103+106=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A9676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9676A is #569895. Grayscale: #7B7B7B. Windows color (decimal): -5675158 or 6973353. OLE color: 6973353.

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

Color convert

RGB169103106-
CMYK00.390.370.34
HSL357.27º27.73%53.33%-
HSV(B)357.27º39.05%66.27%-
XYZ23.8119.1816.08-
YUV123.08118.37160.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 103 (40.62% from 255) = 27.25%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=44.71%
G=27.25%
B=28.04%

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
Decimal16910310600.390.370.34357.2727.7353.33
HexA9676A02725221651c35
Octal25114715204745425453465
Binary1010100111001111101010010011110010110001010110010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9676A; }

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

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

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

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

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

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

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

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