#A37A7C

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

Shades of Turkish Rose #A37A7C

Tints of Turkish Rose #A37A7C

Color information

#A37A7C (or 0xA37A7C) is unknown color: approx Turkish Rose. HEX triplet: A3, 7A and 7C. RGB value is (163,122,124). Sum of RGB (Red+Green+Blue) = 163+122+124=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A7C is #5C8583. Grayscale: #868686. Windows color (decimal): -6063492 or 8157859. OLE color: 8157859.

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

Color convert

RGB163122124-
CMYK00.250.240.36
HSL357.07º18.22%55.88%-
HSV(B)357.07º25.15%63.92%-
XYZ25.723.1622.18-
YUV134.49122.08148.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 122 (48.05% from 255) = 29.83%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=39.85%
G=29.83%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312212400.250.240.36357.0718.2255.88
HexA37A7C01918241651238
Octal24317217403130445452270
Binary10100011111101011111000110011100010010010110010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A7C; }

 p { color: rgb(163,122,124); }

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

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

 a { background-color: rgb(163,122,124); }

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

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

 span { border-color: rgb(163,122,124); }

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