#AA163E

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

Shades of Cardinal #AA163E

Tints of Cardinal #AA163E

Color information

#AA163E (or 0xAA163E) is unknown color: approx Cardinal. HEX triplet: AA, 16 and 3E. RGB value is (170,22,62). Sum of RGB (Red+Green+Blue) = 170+22+62=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA163E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA163E is #55E9C1. Grayscale: #464646. Windows color (decimal): -5630402 or 4069034. OLE color: 4069034.

HSL color Cylindrical-coordinate representation of color #AA163E: hue angle of 343.78º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA163E is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB1702262-
CMYK00.870.640.33
HSL343.78º77.08%37.65%-
HSV(B)343.78º87.06%66.67%-
XYZ17.739.475.45-
YUV70.81123.03198.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.93%
GREEN value IS 22 (8.98% from 255) = 8.66%
BLUE value IS 62 (24.61% from 255) = 24.41%
R=66.93%
G=8.66%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170226200.870.640.33343.7877.0837.65
HexAA163E05740211584d26
Octal252267601271004153011546
Binary10101010101101111100101011110000001000011010110001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA163E; }

 p { color: rgb(170,22,62); }

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

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

 a { background-color: rgb(170,22,62); }

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

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

 span { border-color: rgb(170,22,62); }

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