#A48084

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

Shades of Turkish Rose #A48084

Tints of Turkish Rose #A48084

Color information

#A48084 (or 0xA48084) is unknown color: approx Turkish Rose. HEX triplet: A4, 80 and 84. RGB value is (164,128,132). Sum of RGB (Red+Green+Blue) = 164+128+132=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A48084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48084 is #5B7F7B. Grayscale: #8B8B8B. Windows color (decimal): -5996412 or 8683684. OLE color: 8683684.

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

Color convert

RGB164128132-
CMYK00.220.200.36
HSL353.33º16.51%57.25%-
HSV(B)353.33º21.95%64.31%-
XYZ27.192525.22-
YUV139.22123.93145.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 132 (51.95% from 255) = 31.13%
R=38.68%
G=30.19%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412813200.220.200.36353.3316.5157.25
HexA4808401614241611139
Octal24420020402624445412171
Binary1010010010000000100001000101101010010010010110000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48084; }

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

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

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

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

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

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

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

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