#A9486A

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

Shades of Rouge #A9486A

Tints of Rouge #A9486A

Color information

#A9486A (or 0xA9486A) is unknown color: approx Rouge. HEX triplet: A9, 48 and 6A. RGB value is (169,72,106). Sum of RGB (Red+Green+Blue) = 169+72+106=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9486A is #56B795. Grayscale: #686868. Windows color (decimal): -5683094 or 6965417. OLE color: 6965417.

HSL color Cylindrical-coordinate representation of color #A9486A: hue angle of 338.97º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9486A is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB16972106-
CMYK00.570.370.34
HSL338.97º40.25%47.25%-
HSV(B)338.97º57.4%66.27%-
XYZ21.2814.1115.24-
YUV104.88128.64173.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.70%
GREEN value IS 72 (28.52% from 255) = 20.75%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=48.70%
G=20.75%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697210600.570.370.34338.9740.2547.25
HexA9486A0392522153282f
Octal25111015207145425235057
Binary10101001100100011010100111001100101100010101010011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9486A; }

 p { color: rgb(169,72,106); }

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

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

 a { background-color: rgb(169,72,106); }

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

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

 span { border-color: rgb(169,72,106); }

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