#A48083

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

Shades of Turkish Rose #A48083

Tints of Turkish Rose #A48083

Color information

#A48083 (or 0xA48083) is unknown color: approx Turkish Rose. HEX triplet: A4, 80 and 83. RGB value is (164,128,131). Sum of RGB (Red+Green+Blue) = 164+128+131=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A48083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48083 is #5B7F7C. Grayscale: #8B8B8B. Windows color (decimal): -5996413 or 8618148. OLE color: 8618148.

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

Color convert

RGB164128131-
CMYK00.220.200.36
HSL355º16.51%57.25%-
HSV(B)355º21.95%64.31%-
XYZ27.1324.9724.86-
YUV139.11123.43145.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 131 (51.56% from 255) = 30.97%
R=38.77%
G=30.26%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412813100.220.200.3635516.5157.25
HexA4808301614241631139
Octal24420020302624445432171
Binary1010010010000000100000110101101010010010010110001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48083; }

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

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

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

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

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

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

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

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