#a82e69

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

Shades of Rouge #A82E69

Tints of Rouge #A82E69

Color information

#A82E69 (or 0xA82E69) is unknown color: approx Rouge. HEX triplet: A8, 2E and 69. RGB value is (168,46,105). Sum of RGB (Red+Green+Blue) = 168+46+105=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82E69 is #57D196. Grayscale: #595959. Windows color (decimal): -5755287 or 6893224. OLE color: 6893224.

HSL color Cylindrical-coordinate representation of color #A82E69: hue angle of 330.98º degrees, saturation: 0.57, 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 #A82E69 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB16846105-
CMYK00.730.380.34
HSL330.98º57.01%41.96%-
HSV(B)330.98º72.62%65.88%-
XYZ19.6811.314.51-
YUV89.2136.92184.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.66%
GREEN value IS 46 (18.36% from 255) = 14.42%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=52.66%
G=14.42%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684610500.730.380.34330.9857.0141.96
HexA82E69049262214b392a
Octal25056151011146425137152
Binary10101000101110110100101001001100110100010101001011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a82e69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a82e69; }

 p { color: rgb(168,46,105); }

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

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

 a { background-color: rgb(168,46,105); }

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

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

 span { border-color: rgb(168,46,105); }

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