#A48185

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

Shades of Turkish Rose #A48185

Tints of Turkish Rose #A48185

Color information

#A48185 (or 0xA48185) is unknown color: approx Turkish Rose. HEX triplet: A4, 81 and 85. RGB value is (164,129,133). Sum of RGB (Red+Green+Blue) = 164+129+133=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A48185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48185 is #5B7E7A. Grayscale: #8B8B8B. Windows color (decimal): -5996155 or 8749476. OLE color: 8749476.

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

Color convert

RGB164129133-
CMYK00.210.190.36
HSL353.14º16.13%57.45%-
HSV(B)353.14º21.34%64.31%-
XYZ27.3925.2925.63-
YUV139.92124.1145.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=38.50%
G=30.28%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412913300.210.190.36353.1416.1357.45
HexA4818501513241611039
Octal24420120502523445412071
Binary1010010010000001100001010101011001110010010110000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48185; }

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

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

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

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

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

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

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

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