#A66062

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

Shades of Turkish Rose #A66062

Tints of Turkish Rose #A66062

Color information

#A66062 (or 0xA66062) is unknown color: approx Turkish Rose. HEX triplet: A6, 60 and 62. RGB value is (166,96,98). Sum of RGB (Red+Green+Blue) = 166+96+98=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A66062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66062 is #599F9D. Grayscale: #757575. Windows color (decimal): -5873566 or 6447270. OLE color: 6447270.

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

Color convert

RGB1669698-
CMYK00.420.410.35
HSL358.29º28.23%51.37%-
HSV(B)358.29º42.17%65.1%-
XYZ22.1117.3513.74-
YUV117.16117.19162.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 98 (38.67% from 255) = 27.22%
R=46.11%
G=26.67%
B=27.22%

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
Decimal166969800.420.410.35358.2928.2351.37
HexA6606202A29231661c33
Octal24614014205251435463463
Binary1010011011000001100010010101010100110001110110011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66062; }

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

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

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

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

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

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

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

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