#A14269

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

Shades of Rouge #A14269

Tints of Rouge #A14269

Color information

#A14269 (or 0xA14269) is unknown color: approx Rouge. HEX triplet: A1, 42 and 69. RGB value is (161,66,105). Sum of RGB (Red+Green+Blue) = 161+66+105=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A14269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14269 is #5EBD96. Grayscale: #626262. Windows color (decimal): -6208919 or 6898337. OLE color: 6898337.

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

Color convert

RGB16166105-
CMYK00.590.350.37
HSL335.37º41.85%44.51%-
HSV(B)335.37º59.01%63.14%-
XYZ19.212.4914.76-
YUV98.85131.47172.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 105 (41.41% from 255) = 31.63%
R=48.49%
G=19.88%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616610500.590.350.37335.3741.8544.51
HexA1426903B232514f2a2d
Octal24110215107343455175255
Binary10100001100001011010010111011100011100101101001111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14269; }

 p { color: rgb(161,66,105); }

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

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

 a { background-color: rgb(161,66,105); }

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

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

 span { border-color: rgb(161,66,105); }

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