#A67E83

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

Shades of Turkish Rose #A67E83

Tints of Turkish Rose #A67E83

Color information

#A67E83 (or 0xA67E83) is unknown color: approx Turkish Rose. HEX triplet: A6, 7E and 83. RGB value is (166,126,131). Sum of RGB (Red+Green+Blue) = 166+126+131=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67E83 is #59817C. Grayscale: #8A8A8A. Windows color (decimal): -5865853 or 8617638. OLE color: 8617638.

HSL color Cylindrical-coordinate representation of color #A67E83: hue angle of 352.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 #A67E83 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB166126131-
CMYK00.240.210.35
HSL352.5º18.35%57.25%-
HSV(B)352.5º24.1%65.1%-
XYZ27.2824.6724.8-
YUV138.53123.75147.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 126 (49.61% from 255) = 29.79%
BLUE value IS 131 (51.56% from 255) = 30.97%
R=39.24%
G=29.79%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612613100.240.210.35352.518.3557.25
HexA67E8301815231601239
Octal24617620303025435402271
Binary101001101111110100000110110001010110001110110000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E83; }

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

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

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

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

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

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

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

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