#A67279

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

Shades of Turkish Rose #A67279

Tints of Turkish Rose #A67279

Color information

#A67279 (or 0xA67279) is unknown color: approx Turkish Rose. HEX triplet: A6, 72 and 79. RGB value is (166,114,121). Sum of RGB (Red+Green+Blue) = 166+114+121=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A67279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67279 is #598D86. Grayscale: #828282. Windows color (decimal): -5868935 or 7959206. OLE color: 7959206.

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

Color convert

RGB166114121-
CMYK00.310.270.35
HSL351.92º22.61%54.9%-
HSV(B)351.92º31.33%65.1%-
XYZ25.1921.5220.92-
YUV130.35122.73153.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=41.40%
G=28.43%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611412100.310.270.35351.9222.6154.9
HexA6727901F1B231601737
Octal24616217103733435402767
Binary10100110111001011110010111111101110001110110000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67279; }

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

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

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

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

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

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

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

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