#A7797D

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

Shades of Turkish Rose #A7797D

Tints of Turkish Rose #A7797D

Color information

#A7797D (or 0xA7797D) is unknown color: approx Turkish Rose. HEX triplet: A7, 79 and 7D. RGB value is (167,121,125). Sum of RGB (Red+Green+Blue) = 167+121+125=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A7797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7797D is #588682. Grayscale: #878787. Windows color (decimal): -5801603 or 8223143. OLE color: 8223143.

HSL color Cylindrical-coordinate representation of color #A7797D: hue angle of 354.78º 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 #A7797D is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB167121125-
CMYK00.280.250.35
HSL354.78º20.72%56.47%-
HSV(B)354.78º27.54%65.49%-
XYZ26.4823.3722.52-
YUV135.21122.24150.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 121 (47.66% from 255) = 29.30%
BLUE value IS 125 (49.22% from 255) = 30.27%
R=40.44%
G=29.30%
B=30.27%

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
Decimal16712112500.280.250.35354.7820.7256.47
HexA7797D01C19231631538
Octal24717117503431435432570
Binary10100111111100111111010111001100110001110110001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7797D; }

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

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

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

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

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

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

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

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