#A83468

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

Shades of Rouge #A83468

Tints of Rouge #A83468

Color information

#A83468 (or 0xA83468) is unknown color: approx Rouge. HEX triplet: A8, 34 and 68. RGB value is (168,52,104). Sum of RGB (Red+Green+Blue) = 168+52+104=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A83468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83468 is #57CB97. Grayscale: #5C5C5C. Windows color (decimal): -5753752 or 6829224. OLE color: 6829224.

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

Color convert

RGB16852104-
CMYK00.690.380.34
HSL333.1º52.73%43.14%-
HSV(B)333.1º69.05%65.88%-
XYZ19.8811.7814.32-
YUV92.61134.43181.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.85%
GREEN value IS 52 (20.70% from 255) = 16.05%
BLUE value IS 104 (41.02% from 255) = 32.10%
R=51.85%
G=16.05%
B=32.10%

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
Decimal1685210400.690.380.34333.152.7343.14
HexA83468045262214d352b
Octal25064150010546425156553
Binary10101000110100110100001000101100110100010101001101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83468; }

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

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

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

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

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

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

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

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