Html Css Color HEX #AA010A Sangria

📋 copy color: '#AA010A'

red 170 ◦ green 1 ◦ blue 10

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

Shades of Sangria #AA010A

Tints of Sangria #AA010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 10 (4.3% from 255) = 5.52%

R = 93.92%
G = 0.55%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA010A (or 0xAA010A) is known color: Sangria. HEX triplet: AA, 01 and 0A. RGB value is (170,1,10). Sum of RGB (Red+Green+Blue) = 170+1+10=181 (23% of max value = 765). Red value is 170 (66.80% from 255 or 93.92% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 170 - color contains mainly: red. Hex color #AA010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA010A is #55FEF5. Grayscale: #343434. Windows color (decimal): -5635830 or 655786. OLE color: 655786.

HSL color Cylindrical-coordinate representation of color #AA010A: hue angle of 356.8º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA010A is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 1 10 -
CMYK 0 0.99 0.94 0.33
HSL 356.8º 0.99% 0.34% -
HSV(B) 356.8º 0.99% 0.67% -
XYZ 16.64 8.59 1.07 -
YUV 52.56 103.99 211.77 -
System Red Green Blue C M Y K H S L
Decimal 170 1 10 0 0.99 0.94 0.33 356.8 0.99 0.34
Hex AA 1 A 0 63 5E 21 165 63 22
Octal 252 1 12 0 143 136 41 545 143 42
Binary 10101010 1 1010 0 1100011 1011110 100001 101100101 1100011 100010

Color Harmonies of #AA010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA010A

Black with #AA010A

Text Example


Text Example

White with #AA010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA010A; }

 p { color: rgb(170,1,10); }

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

background-color css

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

 a { background-color: rgb(170,1,10); }

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

border-color css

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

 span { border-color: rgb(170,1,10); }

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