#A7686A

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

Shades of Turkish Rose #A7686A

Tints of Turkish Rose #A7686A

Color information

#A7686A (or 0xA7686A) is unknown color: approx Turkish Rose. HEX triplet: A7, 68 and 6A. RGB value is (167,104,106). Sum of RGB (Red+Green+Blue) = 167+104+106=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A7686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7686A is #589795. Grayscale: #7B7B7B. Windows color (decimal): -5805974 or 6973607. OLE color: 6973607.

HSL color Cylindrical-coordinate representation of color #A7686A: hue angle of 358.1º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7686A is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB167104106-
CMYK00.380.370.35
HSL358.1º26.36%53.14%-
HSV(B)358.1º37.72%65.49%-
XYZ23.4919.1616.1-
YUV123.06118.37159.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.30%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=44.30%
G=27.59%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710410600.380.370.35358.126.3653.14
HexA7686A02625231661a35
Octal24715015204645435463265
Binary1010011111010001101010010011010010110001110110011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7686A; }

 p { color: rgb(167,104,106); }

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

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

 a { background-color: rgb(167,104,106); }

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

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

 span { border-color: rgb(167,104,106); }

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