#A67E81

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

Shades of Turkish Rose #A67E81

Tints of Turkish Rose #A67E81

Color information

#A67E81 (or 0xA67E81) is unknown color: approx Turkish Rose. HEX triplet: A6, 7E and 81. RGB value is (166,126,129). Sum of RGB (Red+Green+Blue) = 166+126+129=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67E81 is #59817E. Grayscale: #8A8A8A. Windows color (decimal): -5865855 or 8486566. OLE color: 8486566.

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

Color convert

RGB166126129-
CMYK00.240.220.35
HSL355.5º18.35%57.25%-
HSV(B)355.5º24.1%65.1%-
XYZ27.1524.6124.09-
YUV138.3122.75147.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.43%
GREEN value IS 126 (49.61% from 255) = 29.93%
BLUE value IS 129 (50.78% from 255) = 30.64%
R=39.43%
G=29.93%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612612900.240.220.35355.518.3557.25
HexA67E8101816231641239
Octal24617620103026435442271
Binary101001101111110100000010110001011010001110110010010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E81; }

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

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

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

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

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

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

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

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