#A14267

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

Shades of Rouge #A14267

Tints of Rouge #A14267

Color information

#A14267 (or 0xA14267) is unknown color: approx Rouge. HEX triplet: A1, 42 and 67. RGB value is (161,66,103). Sum of RGB (Red+Green+Blue) = 161+66+103=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A14267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14267 is #5EBD98. Grayscale: #626262. Windows color (decimal): -6208921 or 6767265. OLE color: 6767265.

HSL color Cylindrical-coordinate representation of color #A14267: hue angle of 336.63º 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 #A14267 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB16166103-
CMYK00.590.360.37
HSL336.63º41.85%44.51%-
HSV(B)336.63º59.01%63.14%-
XYZ19.0912.4514.23-
YUV98.62130.47172.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.79%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 103 (40.62% from 255) = 31.21%
R=48.79%
G=20%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616610300.590.360.37336.6341.8544.51
HexA1426703B24251512a2d
Octal24110214707344455215255
Binary10100001100001011001110111011100100100101101010001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14267; }

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

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

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

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

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

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

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

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