#A48A8B

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

Shades of Turkish Rose #A48A8B

Tints of Turkish Rose #A48A8B

Color information

#A48A8B (or 0xA48A8B) is unknown color: approx Turkish Rose. HEX triplet: A4, 8A and 8B. RGB value is (164,138,139). Sum of RGB (Red+Green+Blue) = 164+138+139=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A8B is #5B7574. Grayscale: #919191. Windows color (decimal): -5993845 or 9144996. OLE color: 9144996.

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

Color convert

RGB164138139-
CMYK00.160.150.36
HSL357.69º12.5%59.22%-
HSV(B)357.69º15.85%64.31%-
XYZ29.0627.9328.29-
YUV145.89124.11140.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 139 (54.69% from 255) = 31.52%
R=37.19%
G=31.29%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413813900.160.150.36357.6912.559.22
HexA48A8B010F24166c3b
Octal24421221302017445461473
Binary10100100100010101000101101000011111001001011001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A8B; }

 p { color: rgb(164,138,139); }

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

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

 a { background-color: rgb(164,138,139); }

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

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

 span { border-color: rgb(164,138,139); }

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