#A1456F

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

Shades of Rouge #A1456F

Tints of Rouge #A1456F

Color information

#A1456F (or 0xA1456F) is unknown color: approx Rouge. HEX triplet: A1, 45 and 6F. RGB value is (161,69,111). Sum of RGB (Red+Green+Blue) = 161+69+111=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A1456F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1456F is #5EBA90. Grayscale: #656565. Windows color (decimal): -6208145 or 7292321. OLE color: 7292321.

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

Color convert

RGB16169111-
CMYK00.570.310.37
HSL332.61º40%45.1%-
HSV(B)332.61º57.14%63.14%-
XYZ19.712.9816.51-
YUV101.3133.48170.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.21%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 111 (43.75% from 255) = 32.55%
R=47.21%
G=20.23%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616911100.570.310.37332.614045.1
HexA1456F0391F2514d282d
Octal24110515707137455155055
Binary1010000110001011101111011100111111100101101001101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1456F; }

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

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

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

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

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

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

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

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