#A66372

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

Shades of Turkish Rose #A66372

Tints of Turkish Rose #A66372

Color information

#A66372 (or 0xA66372) is unknown color: approx Turkish Rose. HEX triplet: A6, 63 and 72. RGB value is (166,99,114). Sum of RGB (Red+Green+Blue) = 166+99+114=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A66372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66372 is #599C8D. Grayscale: #787878. Windows color (decimal): -5872782 or 7496614. OLE color: 7496614.

HSL color Cylindrical-coordinate representation of color #A66372: hue angle of 346.57º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66372 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16699114-
CMYK00.400.310.35
HSL346.57º27.35%51.96%-
HSV(B)346.57º40.36%65.1%-
XYZ23.2218.2518.22-
YUV120.74124.2160.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=43.80%
G=26.12%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669911400.400.310.35346.5727.3551.96
HexA663720281F2315b1b34
Octal24614316205037435333364
Binary101001101100011111001001010001111110001110101101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66372; }

 p { color: rgb(166,99,114); }

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

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

 a { background-color: rgb(166,99,114); }

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

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

 span { border-color: rgb(166,99,114); }

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