#A82D60

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

Shades of Rouge #A82D60

Tints of Rouge #A82D60

Color information

#A82D60 (or 0xA82D60) is unknown color: approx Rouge. HEX triplet: A8, 2D and 60. RGB value is (168,45,96). Sum of RGB (Red+Green+Blue) = 168+45+96=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82D60 is #57D29F. Grayscale: #575757. Windows color (decimal): -5755552 or 6303144. OLE color: 6303144.

HSL color Cylindrical-coordinate representation of color #A82D60: hue angle of 335.12º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82D60 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB1684596-
CMYK00.730.430.34
HSL335.12º57.75%41.76%-
HSV(B)335.12º73.21%65.88%-
XYZ19.211.0512.19-
YUV87.59132.75185.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.37%
GREEN value IS 45 (17.97% from 255) = 14.56%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=54.37%
G=14.56%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168459600.730.430.34335.1257.7541.76
HexA82D600492B2214f3a2a
Octal25055140011153425177252
Binary10101000101101110000001001001101011100010101001111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82D60; }

 p { color: rgb(168,45,96); }

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

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

 a { background-color: rgb(168,45,96); }

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

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

 span { border-color: rgb(168,45,96); }

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