Html Css Color HEX #AA173F Cardinal

📋 copy color: '#AA173F'

red 170 ◦ green 23 ◦ blue 63

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

Shades of Cardinal #AA173F

Tints of Cardinal #AA173F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.61%

R = 66.41%
G = 8.98%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA173F (or 0xAA173F) is known color: Cardinal. HEX triplet: AA, 17 and 3F. RGB value is (170,23,63). Sum of RGB (Red+Green+Blue) = 170+23+63=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA173F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA173F is #55E8C0. Grayscale: #474747. Windows color (decimal): -5630145 or 4134826. OLE color: 4134826.

HSL color Cylindrical-coordinate representation of color #AA173F: hue angle of 343.67º 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 #AA173F is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 23 63 -
CMYK 0 0.86 0.63 0.33
HSL 343.67º 0.76% 0.38% -
HSV(B) 343.67º 0.86% 0.67% -
XYZ 17.78 9.52 5.6 -
YUV 71.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 170 23 63 0 0.86 0.63 0.33 343.67 0.76 0.38
Hex AA 17 3F 0 56 3F 21 158 4C 26
Octal 252 27 77 0 126 77 41 530 114 46
Binary 10101010 10111 111111 0 1010110 111111 100001 101011000 1001100 100110

Color Harmonies of #AA173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA173F

Black with #AA173F

Text Example


Text Example

White with #AA173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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