#A96667

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

Shades of Turkish Rose #A96667

Tints of Turkish Rose #A96667

Color information

#A96667 (or 0xA96667) is unknown color: approx Turkish Rose. HEX triplet: A9, 66 and 67. RGB value is (169,102,103). Sum of RGB (Red+Green+Blue) = 169+102+103=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A96667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96667 is #569998. Grayscale: #7A7A7A. Windows color (decimal): -5675417 or 6776489. OLE color: 6776489.

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

Color convert

RGB169102103-
CMYK00.400.390.34
HSL359.1º28.03%53.14%-
HSV(B)359.1º39.64%66.27%-
XYZ23.5618.9215.24-
YUV122.15117.2161.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.19%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 103 (40.62% from 255) = 27.54%
R=45.19%
G=27.27%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910210300.400.390.34359.128.0353.14
HexA9666702827221671c35
Octal25114614705047425473465
Binary1010100111001101100111010100010011110001010110011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96667; }

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

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

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

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

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

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

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

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