#A28384

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

Shades of Turkish Rose #A28384

Tints of Turkish Rose #A28384

Color information

#A28384 (or 0xA28384) is unknown color: approx Turkish Rose. HEX triplet: A2, 83 and 84. RGB value is (162,131,132). Sum of RGB (Red+Green+Blue) = 162+131+132=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A28384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28384 is #5D7C7B. Grayscale: #8C8C8C. Windows color (decimal): -6126716 or 8684450. OLE color: 8684450.

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

Color convert

RGB162131132-
CMYK00.190.190.36
HSL358.06º14.29%57.45%-
HSV(B)358.06º19.14%63.53%-
XYZ27.1825.5825.33-
YUV140.38123.27143.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 131 (51.56% from 255) = 30.82%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=38.12%
G=30.82%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213113200.190.190.36358.0614.2957.45
HexA283840131324166e39
Octal24220320402323445461671
Binary101000101000001110000100010011100111001001011001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28384; }

 p { color: rgb(162,131,132); }

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

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

 a { background-color: rgb(162,131,132); }

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

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

 span { border-color: rgb(162,131,132); }

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