#A48485

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

Shades of Turkish Rose #A48485

Tints of Turkish Rose #A48485

Color information

#A48485 (or 0xA48485) is unknown color: approx Turkish Rose. HEX triplet: A4, 84 and 85. RGB value is (164,132,133). Sum of RGB (Red+Green+Blue) = 164+132+133=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A48485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48485 is #5B7B7A. Grayscale: #8D8D8D. Windows color (decimal): -5995387 or 8750244. OLE color: 8750244.

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

Color convert

RGB164132133-
CMYK00.200.190.36
HSL358.12º14.95%58.04%-
HSV(B)358.12º19.51%64.31%-
XYZ27.7926.0925.76-
YUV141.68123.1143.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=38.23%
G=30.77%
B=31.00%

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
Decimal16413213300.200.190.36358.1214.9558.04
HexA484850141324166f3a
Octal24420420502423445461772
Binary101001001000010010000101010100100111001001011001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48485; }

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

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

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

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

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

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

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

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