Html Css Color HEX #AA090D Sangria

📋 copy color: '#AA090D'

red 170 ◦ green 9 ◦ blue 13

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

Shades of Sangria #AA090D

Tints of Sangria #AA090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.69%

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 88.54%
G = 4.69%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA090D (or 0xAA090D) is known color: Sangria. HEX triplet: AA, 09 and 0D. RGB value is (170,9,13). Sum of RGB (Red+Green+Blue) = 170+9+13=192 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.54% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 170 - color contains mainly: red. Hex color #AA090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA090D is #55F6F2. Grayscale: #393939. Windows color (decimal): -5633779 or 854442. OLE color: 854442.

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

Color convert

RGB 170 9 13 -
CMYK 0 0.95 0.92 0.33
HSL 358.51º 0.9% 0.35% -
HSV(B) 358.51º 0.95% 0.67% -
XYZ 16.75 8.77 1.19 -
YUV 57.6 102.84 208.17 -
System Red Green Blue C M Y K H S L
Decimal 170 9 13 0 0.95 0.92 0.33 358.51 0.9 0.35
Hex AA 9 D 0 5F 5C 21 167 5A 23
Octal 252 11 15 0 137 134 41 547 132 43
Binary 10101010 1001 1101 0 1011111 1011100 100001 101100111 1011010 100011

Color Harmonies of #AA090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA090D

Black with #AA090D

Text Example


Text Example

White with #AA090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA090D; }

 p { color: rgb(170,9,13); }

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

background-color css

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

 a { background-color: rgb(170,9,13); }

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

border-color css

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

 span { border-color: rgb(170,9,13); }

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