#A67475

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

Shades of Turkish Rose #A67475

Tints of Turkish Rose #A67475

Color information

#A67475 (or 0xA67475) is unknown color: approx Turkish Rose. HEX triplet: A6, 74 and 75. RGB value is (166,116,117). Sum of RGB (Red+Green+Blue) = 166+116+117=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A67475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67475 is #598B8A. Grayscale: #838383. Windows color (decimal): -5868427 or 7697574. OLE color: 7697574.

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

Color convert

RGB166116117-
CMYK00.300.300.35
HSL358.8º21.93%55.29%-
HSV(B)358.8º30.12%65.1%-
XYZ25.1821.8819.73-
YUV131.06120.06152.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=41.60%
G=29.07%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611611700.300.300.35358.821.9355.29
HexA6747501E1E231671637
Octal24616416503636435472667
Binary10100110111010011101010111101111010001110110011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67475; }

 p { color: rgb(166,116,117); }

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

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

 a { background-color: rgb(166,116,117); }

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

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

 span { border-color: rgb(166,116,117); }

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