#A48284

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

Shades of Turkish Rose #A48284

Tints of Turkish Rose #A48284

Color information

#A48284 (or 0xA48284) is unknown color: approx Turkish Rose. HEX triplet: A4, 82 and 84. RGB value is (164,130,132). Sum of RGB (Red+Green+Blue) = 164+130+132=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A48284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48284 is #5B7D7B. Grayscale: #8C8C8C. Windows color (decimal): -5995900 or 8684196. OLE color: 8684196.

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

Color convert

RGB164130132-
CMYK00.210.200.36
HSL356.47º15.74%57.65%-
HSV(B)356.47º20.73%64.31%-
XYZ27.4625.5225.31-
YUV140.39123.26144.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=38.50%
G=30.52%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413013200.210.200.36356.4715.7457.65
HexA482840151424164103a
Octal24420220402524445442072
Binary1010010010000010100001000101011010010010010110010010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48284; }

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

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

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

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

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

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

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

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