#AA090E

Color #AA090E Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #AA090E

Tints of Sangria #AA090E

Color information

#AA090E (or 0xAA090E) is unknown color: approx Sangria. HEX triplet: AA, 09 and 0E. RGB value is (170,9,14). Sum of RGB (Red+Green+Blue) = 170+9+14=193 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.08% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 170 - color contains mainly: red. Hex color #AA090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA090E is #55F6F1. Grayscale: #393939. Windows color (decimal): -5633778 or 919978. OLE color: 919978.

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

Color convert

RGB170914-
CMYK00.950.920.33
HSL358.14º89.94%35.1%-
HSV(B)358.14º94.71%66.67%-
XYZ16.758.771.23-
YUV57.71103.34208.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 88.08%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 14 (5.86% from 255) = 7.25%
R=88.08%
G=4.66%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17091400.950.920.33358.1489.9435.1
HexAA9E05F5C211665a23
Octal252111601371344154613243
Binary10101010100111100101111110111001000011011001101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA090E; }

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

 H1.HeaderClassName
 {
   color: #AA090E;
 }
 .AnyTagClassName
 {
   color: #AA090E;
 }
</style>
background-color css

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

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

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

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

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

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