#A9456F

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

Shades of Rouge #A9456F

Tints of Rouge #A9456F

Color information

#A9456F (or 0xA9456F) is unknown color: approx Rouge. HEX triplet: A9, 45 and 6F. RGB value is (169,69,111). Sum of RGB (Red+Green+Blue) = 169+69+111=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A9456F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9456F is #56BA90. Grayscale: #676767. Windows color (decimal): -5683857 or 7292329. OLE color: 7292329.

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

Color convert

RGB16969111-
CMYK00.590.340.34
HSL334.8º42.02%46.67%-
HSV(B)334.8º59.17%66.27%-
XYZ21.3613.8416.58-
YUV103.69132.13174.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=48.42%
G=19.77%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696911100.590.340.34334.842.0246.67
HexA9456F03B222214f2a2f
Octal25110515707342425175257
Binary10101001100010111011110111011100010100010101001111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9456F; }

 p { color: rgb(169,69,111); }

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

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

 a { background-color: rgb(169,69,111); }

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

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

 span { border-color: rgb(169,69,111); }

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