#A83669

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

Shades of Rouge #A83669

Tints of Rouge #A83669

Color information

#A83669 (or 0xA83669) is unknown color: approx Rouge. HEX triplet: A8, 36 and 69. RGB value is (168,54,105). Sum of RGB (Red+Green+Blue) = 168+54+105=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A83669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83669 is #57C996. Grayscale: #5D5D5D. Windows color (decimal): -5753239 or 6895272. OLE color: 6895272.

HSL color Cylindrical-coordinate representation of color #A83669: hue angle of 333.16º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83669 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB16854105-
CMYK00.680.380.34
HSL333.16º51.35%43.53%-
HSV(B)333.16º67.86%65.88%-
XYZ20.0211.9814.62-
YUV93.9134.27180.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.38%
GREEN value IS 54 (21.48% from 255) = 16.51%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=51.38%
G=16.51%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685410500.680.380.34333.1651.3543.53
HexA83669044262214d332c
Octal25066151010446425156354
Binary10101000110110110100101000100100110100010101001101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83669; }

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

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

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

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

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

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

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

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