#A47982

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

Shades of Turkish Rose #A47982

Tints of Turkish Rose #A47982

Color information

#A47982 (or 0xA47982) is unknown color: approx Turkish Rose. HEX triplet: A4, 79 and 82. RGB value is (164,121,130). Sum of RGB (Red+Green+Blue) = 164+121+130=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A47982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47982 is #5B867D. Grayscale: #868686. Windows color (decimal): -5998206 or 8550820. OLE color: 8550820.

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

Color convert

RGB164121130-
CMYK00.260.210.36
HSL347.44º19.11%55.88%-
HSV(B)347.44º26.22%64.31%-
XYZ26.1823.1824.21-
YUV134.88125.25148.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 121 (47.66% from 255) = 29.16%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=39.52%
G=29.16%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412113000.260.210.36347.4419.1155.88
HexA4798201A152415b1338
Octal24417120203225445332370
Binary101001001111001100000100110101010110010010101101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47982; }

 p { color: rgb(164,121,130); }

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

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

 a { background-color: rgb(164,121,130); }

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

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

 span { border-color: rgb(164,121,130); }

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