#A82F60

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

Shades of Rouge #A82F60

Tints of Rouge #A82F60

Color information

#A82F60 (or 0xA82F60) is unknown color: approx Rouge. HEX triplet: A8, 2F and 60. RGB value is (168,47,96). Sum of RGB (Red+Green+Blue) = 168+47+96=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A82F60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82F60 is #57D09F. Grayscale: #585858. Windows color (decimal): -5755040 or 6303656. OLE color: 6303656.

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

Color convert

RGB1684796-
CMYK00.720.430.34
HSL335.7º56.28%42.16%-
HSV(B)335.7º72.02%65.88%-
XYZ19.2811.212.21-
YUV88.76132.09184.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.02%
GREEN value IS 47 (18.75% from 255) = 15.11%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=54.02%
G=15.11%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168479600.720.430.34335.756.2842.16
HexA82F600482B22150382a
Octal25057140011053425207052
Binary10101000101111110000001001000101011100010101010000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82F60; }

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

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

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

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

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

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

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

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