Html Css Color HEX #AA173A Cardinal

📋 copy color: '#AA173A'

red 170 ◦ green 23 ◦ blue 58

#AA173A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #AA173A

Tints of Cardinal #AA173A

RGB

 RED value IS 170 (66.8% from 255) = 67.73%

 GREEN value IS 23 (9.38% from 255) = 9.16%

 BLUE value IS 58 (23.05% from 255) = 23.11%

R = 67.73%
G = 9.16%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA173A (or 0xAA173A) is known color: Cardinal. HEX triplet: AA, 17 and 3A. RGB value is (170,23,58). Sum of RGB (Red+Green+Blue) = 170+23+58=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA173A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA173A is #55E8C5. Grayscale: #464646. Windows color (decimal): -5630150 or 3807146. OLE color: 3807146.

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

Color convert

RGB 170 23 58 -
CMYK 0 0.86 0.66 0.33
HSL 345.71º 0.76% 0.38% -
HSV(B) 345.71º 0.86% 0.67% -
XYZ 17.65 9.46 4.9 -
YUV 70.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 170 23 58 0 0.86 0.66 0.33 345.71 0.76 0.38
Hex AA 17 3A 0 56 42 21 15A 4C 26
Octal 252 27 72 0 126 102 41 532 114 46
Binary 10101010 10111 111010 0 1010110 1000010 100001 101011010 1001100 100110

Color Harmonies of #AA173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA173A

Black with #AA173A

Text Example


Text Example

White with #AA173A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA173A; }

 p { color: rgb(170,23,58); }

 H1.HeaderClassName
 {
   color: #AA173A;
 }
 .AnyTagClassName
 {
   color: #AA173A;
 }
</style>

background-color css

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

 a { background-color: rgb(170,23,58); }

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

border-color css

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

 span { border-color: rgb(170,23,58); }

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