#A67375

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

Shades of Turkish Rose #A67375

Tints of Turkish Rose #A67375

Color information

#A67375 (or 0xA67375) is unknown color: approx Turkish Rose. HEX triplet: A6, 73 and 75. RGB value is (166,115,117). Sum of RGB (Red+Green+Blue) = 166+115+117=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A67375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67375 is #598C8A. Grayscale: #828282. Windows color (decimal): -5868683 or 7697318. OLE color: 7697318.

HSL color Cylindrical-coordinate representation of color #A67375: hue angle of 357.65º degrees, saturation: 0.22, 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 #A67375 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB166115117-
CMYK00.310.300.35
HSL357.65º22.27%55.1%-
HSV(B)357.65º30.72%65.1%-
XYZ25.0721.6519.69-
YUV130.48120.4153.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 117 (46.09% from 255) = 29.40%
R=41.71%
G=28.89%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611511700.310.300.35357.6522.2755.1
HexA6737501F1E231661637
Octal24616316503736435462667
Binary10100110111001111101010111111111010001110110011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67375; }

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

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

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

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

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

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

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

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