#A14467

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

Shades of Rouge #A14467

Tints of Rouge #A14467

Color information

#A14467 (or 0xA14467) is unknown color: approx Rouge. HEX triplet: A1, 44 and 67. RGB value is (161,68,103). Sum of RGB (Red+Green+Blue) = 161+68+103=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A14467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14467 is #5EBB98. Grayscale: #636363. Windows color (decimal): -6208409 or 6767777. OLE color: 6767777.

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

Color convert

RGB16168103-
CMYK00.580.360.37
HSL337.42º40.61%44.9%-
HSV(B)337.42º57.76%63.14%-
XYZ19.2112.6914.27-
YUV99.8129.81171.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=48.49%
G=20.48%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616810300.580.360.37337.4240.6144.9
HexA1446703A2425151292d
Octal24110414707244455215155
Binary10100001100010011001110111010100100100101101010001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14467; }

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

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

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

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

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

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

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

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