#A48183

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

Shades of Turkish Rose #A48183

Tints of Turkish Rose #A48183

Color information

#A48183 (or 0xA48183) is unknown color: approx Turkish Rose. HEX triplet: A4, 81 and 83. RGB value is (164,129,131). Sum of RGB (Red+Green+Blue) = 164+129+131=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A48183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48183 is #5B7E7C. Grayscale: #8B8B8B. Windows color (decimal): -5996157 or 8618404. OLE color: 8618404.

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

Color convert

RGB164129131-
CMYK00.210.200.36
HSL356.57º16.13%57.45%-
HSV(B)356.57º21.34%64.31%-
XYZ27.2625.2324.91-
YUV139.69123.1145.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 131 (51.56% from 255) = 30.90%
R=38.68%
G=30.42%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412913100.210.200.36356.5716.1357.45
HexA4818301514241651039
Octal24420120302524445452071
Binary1010010010000001100000110101011010010010010110010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48183; }

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

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

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

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

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

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

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

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