#A14462

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

Shades of Rouge #A14462

Tints of Rouge #A14462

Color information

#A14462 (or 0xA14462) is unknown color: approx Rouge. HEX triplet: A1, 44 and 62. RGB value is (161,68,98). Sum of RGB (Red+Green+Blue) = 161+68+98=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A14462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14462 is #5EBB9D. Grayscale: #636363. Windows color (decimal): -6208414 or 6440097. OLE color: 6440097.

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

Color convert

RGB1616898-
CMYK00.580.390.37
HSL340.65º40.61%44.9%-
HSV(B)340.65º57.76%63.14%-
XYZ18.9712.5912.99-
YUV99.23127.31172.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=49.24%
G=20.80%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161689800.580.390.37340.6540.6144.9
HexA1446203A2725155292d
Octal24110414207247455255155
Binary10100001100010011000100111010100111100101101010101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14462; }

 p { color: rgb(161,68,98); }

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

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

 a { background-color: rgb(161,68,98); }

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

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

 span { border-color: rgb(161,68,98); }

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