#A48385

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

Shades of Turkish Rose #A48385

Tints of Turkish Rose #A48385

Color information

#A48385 (or 0xA48385) is unknown color: approx Turkish Rose. HEX triplet: A4, 83 and 85. RGB value is (164,131,133). Sum of RGB (Red+Green+Blue) = 164+131+133=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A48385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48385 is #5B7C7A. Grayscale: #8D8D8D. Windows color (decimal): -5995643 or 8749988. OLE color: 8749988.

HSL color Cylindrical-coordinate representation of color #A48385: hue angle of 356.36º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A48385 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB164131133-
CMYK00.200.190.36
HSL356.36º15.35%57.84%-
HSV(B)356.36º20.12%64.31%-
XYZ27.6625.8225.72-
YUV141.1123.43144.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 131 (51.56% from 255) = 30.61%
BLUE value IS 133 (52.34% from 255) = 31.07%
R=38.32%
G=30.61%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413113300.200.190.36356.3615.3557.84
HexA483850141324164f3a
Octal24420320502423445441772
Binary101001001000001110000101010100100111001001011001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48385; }

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

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

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

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

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

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

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

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