Html Css Color HEX #AA173D Cardinal

📋 copy color: '#AA173D'

red 170 ◦ green 23 ◦ blue 61

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

Shades of Cardinal #AA173D

Tints of Cardinal #AA173D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 66.93%
G = 9.06%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA173D (or 0xAA173D) is known color: Cardinal. HEX triplet: AA, 17 and 3D. RGB value is (170,23,61). Sum of RGB (Red+Green+Blue) = 170+23+61=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA173D is #55E8C2. Grayscale: #474747. Windows color (decimal): -5630147 or 4003754. OLE color: 4003754.

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

Color convert

RGB 170 23 61 -
CMYK 0 0.86 0.64 0.33
HSL 344.49º 0.76% 0.38% -
HSV(B) 344.49º 0.86% 0.67% -
XYZ 17.73 9.5 5.31 -
YUV 71.29 122.2 198.41 -
System Red Green Blue C M Y K H S L
Decimal 170 23 61 0 0.86 0.64 0.33 344.49 0.76 0.38
Hex AA 17 3D 0 56 40 21 158 4C 26
Octal 252 27 75 0 126 100 41 530 114 46
Binary 10101010 10111 111101 0 1010110 1000000 100001 101011000 1001100 100110

Color Harmonies of #AA173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA173D

Black with #AA173D

Text Example


Text Example

White with #AA173D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA173D; }

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

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

background-color css

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

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

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

border-color css

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

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

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