#A66162

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

Shades of Turkish Rose #A66162

Tints of Turkish Rose #A66162

Color information

#A66162 (or 0xA66162) is unknown color: approx Turkish Rose. HEX triplet: A6, 61 and 62. RGB value is (166,97,98). Sum of RGB (Red+Green+Blue) = 166+97+98=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A66162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66162 is #599E9D. Grayscale: #757575. Windows color (decimal): -5873310 or 6447526. OLE color: 6447526.

HSL color Cylindrical-coordinate representation of color #A66162: hue angle of 359.13º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66162 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1669798-
CMYK00.420.410.35
HSL359.13º27.94%51.57%-
HSV(B)359.13º41.57%65.1%-
XYZ22.2117.5413.77-
YUV117.74116.86162.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 98 (38.67% from 255) = 27.15%
R=45.98%
G=26.87%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166979800.420.410.35359.1327.9451.57
HexA6616202A29231671c34
Octal24614114205251435473464
Binary1010011011000011100010010101010100110001110110011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66162; }

 p { color: rgb(166,97,98); }

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

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

 a { background-color: rgb(166,97,98); }

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

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

 span { border-color: rgb(166,97,98); }

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