#A2797A

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

Shades of Turkish Rose #A2797A

Tints of Turkish Rose #A2797A

Color information

#A2797A (or 0xA2797A) is unknown color: approx Turkish Rose. HEX triplet: A2, 79 and 7A. RGB value is (162,121,122). Sum of RGB (Red+Green+Blue) = 162+121+122=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A2797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2797A is #5D8685. Grayscale: #858585. Windows color (decimal): -6129286 or 8026530. OLE color: 8026530.

HSL color Cylindrical-coordinate representation of color #A2797A: hue angle of 358.54º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2797A is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB162121122-
CMYK00.250.250.36
HSL358.54º18.06%55.49%-
HSV(B)358.54º25.31%63.53%-
XYZ25.2522.7621.47-
YUV133.37121.58148.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 121 (47.66% from 255) = 29.88%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=40%
G=29.88%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212112200.250.250.36358.5418.0655.49
HexA2797A01919241671237
Octal24217117203131445472267
Binary10100010111100111110100110011100110010010110011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2797A; }

 p { color: rgb(162,121,122); }

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

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

 a { background-color: rgb(162,121,122); }

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

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

 span { border-color: rgb(162,121,122); }

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