#A2797D

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

Shades of Turkish Rose #A2797D

Tints of Turkish Rose #A2797D

Color information

#A2797D (or 0xA2797D) is unknown color: approx Turkish Rose. HEX triplet: A2, 79 and 7D. RGB value is (162,121,125). Sum of RGB (Red+Green+Blue) = 162+121+125=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A2797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2797D is #5D8682. Grayscale: #858585. Windows color (decimal): -6129283 or 8223138. OLE color: 8223138.

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

Color convert

RGB162121125-
CMYK00.250.230.36
HSL354.15º18.06%55.49%-
HSV(B)354.15º25.31%63.53%-
XYZ25.4422.8422.47-
YUV133.72123.08148.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 121 (47.66% from 255) = 29.66%
BLUE value IS 125 (49.22% from 255) = 30.64%
R=39.71%
G=29.66%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212112500.250.230.36354.1518.0655.49
HexA2797D01917241621237
Octal24217117503127445422267
Binary10100010111100111111010110011011110010010110001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2797D; }

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

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

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

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

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

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

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

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