#A47B83

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

Shades of Turkish Rose #A47B83

Tints of Turkish Rose #A47B83

Color information

#A47B83 (or 0xA47B83) is unknown color: approx Turkish Rose. HEX triplet: A4, 7B and 83. RGB value is (164,123,131). Sum of RGB (Red+Green+Blue) = 164+123+131=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47B83 is #5B847C. Grayscale: #888888. Windows color (decimal): -5997693 or 8616868. OLE color: 8616868.

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

Color convert

RGB164123131-
CMYK00.250.200.36
HSL348.29º18.39%56.27%-
HSV(B)348.29º25%64.31%-
XYZ26.4923.724.65-
YUV136.17125.08147.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 123 (48.44% from 255) = 29.43%
BLUE value IS 131 (51.56% from 255) = 31.34%
R=39.23%
G=29.43%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412313100.250.200.36348.2918.3956.27
HexA47B83019142415c1238
Octal24417320303124445342270
Binary101001001111011100000110110011010010010010101110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B83; }

 p { color: rgb(164,123,131); }

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

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

 a { background-color: rgb(164,123,131); }

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

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

 span { border-color: rgb(164,123,131); }

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