#A84469

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

Shades of Rouge #A84469

Tints of Rouge #A84469

Color information

#A84469 (or 0xA84469) is unknown color: approx Rouge. HEX triplet: A8, 44 and 69. RGB value is (168,68,105). Sum of RGB (Red+Green+Blue) = 168+68+105=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A84469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84469 is #57BB96. Grayscale: #666666. Windows color (decimal): -5749655 or 6898856. OLE color: 6898856.

HSL color Cylindrical-coordinate representation of color #A84469: hue angle of 337.8º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84469 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB16868105-
CMYK00.600.380.34
HSL337.8º42.37%46.27%-
HSV(B)337.8º59.52%65.88%-
XYZ20.7713.4814.87-
YUV102.12129.63174.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.27%
GREEN value IS 68 (26.95% from 255) = 19.94%
BLUE value IS 105 (41.41% from 255) = 30.79%
R=49.27%
G=19.94%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686810500.600.380.34337.842.3746.27
HexA8446903C26221522a2e
Octal25010415107446425225256
Binary10101000100010011010010111100100110100010101010010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84469; }

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

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

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

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

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

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

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

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