#A48286

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

Shades of Turkish Rose #A48286

Tints of Turkish Rose #A48286

Color information

#A48286 (or 0xA48286) is unknown color: approx Turkish Rose. HEX triplet: A4, 82 and 86. RGB value is (164,130,134). Sum of RGB (Red+Green+Blue) = 164+130+134=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A48286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48286 is #5B7D79. Grayscale: #8C8C8C. Windows color (decimal): -5995898 or 8815268. OLE color: 8815268.

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

Color convert

RGB164130134-
CMYK00.210.180.36
HSL352.94º15.74%57.65%-
HSV(B)352.94º20.73%64.31%-
XYZ27.625.5826.04-
YUV140.62124.26144.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 130 (51.17% from 255) = 30.37%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=38.32%
G=30.37%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413013400.210.180.36352.9415.7457.65
HexA482860151224161103a
Octal24420220602522445412072
Binary1010010010000010100001100101011001010010010110000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48286; }

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

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

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

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

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

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

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

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