#A67A81

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

Shades of Turkish Rose #A67A81

Tints of Turkish Rose #A67A81

Color information

#A67A81 (or 0xA67A81) is unknown color: approx Turkish Rose. HEX triplet: A6, 7A and 81. RGB value is (166,122,129). Sum of RGB (Red+Green+Blue) = 166+122+129=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67A81 is #59857E. Grayscale: #878787. Windows color (decimal): -5866879 or 8485542. OLE color: 8485542.

HSL color Cylindrical-coordinate representation of color #A67A81: hue angle of 350.45º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A67A81 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB166122129-
CMYK00.270.220.35
HSL350.45º19.82%56.47%-
HSV(B)350.45º26.51%65.1%-
XYZ26.6523.6123.92-
YUV135.95124.08149.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=39.81%
G=29.26%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612212900.270.220.35350.4519.8256.47
HexA67A8101B162315e1438
Octal24617220103326435362470
Binary101001101111010100000010110111011010001110101111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A81; }

 p { color: rgb(166,122,129); }

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

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

 a { background-color: rgb(166,122,129); }

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

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

 span { border-color: rgb(166,122,129); }

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