#A83469

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

Shades of Rouge #A83469

Tints of Rouge #A83469

Color information

#A83469 (or 0xA83469) is unknown color: approx Rouge. HEX triplet: A8, 34 and 69. RGB value is (168,52,105). Sum of RGB (Red+Green+Blue) = 168+52+105=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A83469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83469 is #57CB96. Grayscale: #5C5C5C. Windows color (decimal): -5753751 or 6894760. OLE color: 6894760.

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

Color convert

RGB16852105-
CMYK00.690.380.34
HSL332.59º52.73%43.14%-
HSV(B)332.59º69.05%65.88%-
XYZ19.9311.814.59-
YUV92.73134.93181.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.69%
GREEN value IS 52 (20.70% from 255) = 16%
BLUE value IS 105 (41.41% from 255) = 32.31%
R=51.69%
G=16%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685210500.690.380.34332.5952.7343.14
HexA83469045262214d352b
Octal25064151010546425156553
Binary10101000110100110100101000101100110100010101001101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83469; }

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

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

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

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

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

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

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

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