Html Css Color HEX #AA000A Sangria

📋 copy color: '#AA000A'

red 170 ◦ green 0 ◦ blue 10

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

Shades of Sangria #AA000A

Tints of Sangria #AA000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.44%
G = 0%
B = 5.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA000A (or 0xAA000A) is known color: Sangria. HEX triplet: AA, 00 and 0A. RGB value is (170,0,10). Sum of RGB (Red+Green+Blue) = 170+0+10=180 (23% of max value = 765). Red value is 170 (66.80% from 255 or 94.44% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 170 - color contains mainly: red. Hex color #AA000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA000A is #55FFF5. Grayscale: #343434. Windows color (decimal): -5636086 or 655530. OLE color: 655530.

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

Color convert

RGB 170 0 10 -
CMYK 0 1 0.94 0.33
HSL 356.47º 1% 0.33% -
HSV(B) 356.47º 1% 0.67% -
XYZ 16.63 8.57 1.06 -
YUV 51.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 170 0 10 0 1 0.94 0.33 356.47 1 0.33
Hex AA 0 A 0 64 5E 21 164 64 21
Octal 252 0 12 0 144 136 41 544 144 41
Binary 10101010 0 1010 0 1100100 1011110 100001 101100100 1100100 100001

Color Harmonies of #AA000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA000A

Black with #AA000A

Text Example


Text Example

White with #AA000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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