#A48085

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

Shades of Turkish Rose #A48085

Tints of Turkish Rose #A48085

Color information

#A48085 (or 0xA48085) is unknown color: approx Turkish Rose. HEX triplet: A4, 80 and 85. RGB value is (164,128,133). Sum of RGB (Red+Green+Blue) = 164+128+133=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A48085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48085 is #5B7F7A. Grayscale: #8B8B8B. Windows color (decimal): -5996411 or 8749220. OLE color: 8749220.

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

Color convert

RGB164128133-
CMYK00.220.190.36
HSL351.67º16.51%57.25%-
HSV(B)351.67º21.95%64.31%-
XYZ27.2625.0225.58-
YUV139.33124.43145.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 133 (52.34% from 255) = 31.29%
R=38.59%
G=30.12%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412813300.220.190.36351.6716.5157.25
HexA4808501613241601139
Octal24420020502623445402171
Binary1010010010000000100001010101101001110010010110000010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48085; }

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

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

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

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

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

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

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

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