#A7797E

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

Shades of Turkish Rose #A7797E

Tints of Turkish Rose #A7797E

Color information

#A7797E (or 0xA7797E) is unknown color: approx Turkish Rose. HEX triplet: A7, 79 and 7E. RGB value is (167,121,126). Sum of RGB (Red+Green+Blue) = 167+121+126=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A7797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7797E is #588681. Grayscale: #878787. Windows color (decimal): -5801602 or 8288679. OLE color: 8288679.

HSL color Cylindrical-coordinate representation of color #A7797E: hue angle of 353.48º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7797E is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB167121126-
CMYK00.280.250.35
HSL353.48º20.72%56.47%-
HSV(B)353.48º27.54%65.49%-
XYZ26.5423.422.86-
YUV135.32122.74150.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.34%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=40.34%
G=29.23%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712112600.280.250.35353.4820.7256.47
HexA7797E01C19231611538
Octal24717117603431435412570
Binary10100111111100111111100111001100110001110110000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7797E; }

 p { color: rgb(167,121,126); }

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

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

 a { background-color: rgb(167,121,126); }

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

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

 span { border-color: rgb(167,121,126); }

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