Html Css Color HEX #AA0106 Sangria

📋 copy color: '#AA0106'

red 170 ◦ green 1 ◦ blue 6

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

Shades of Sangria #AA0106

Tints of Sangria #AA0106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.39%

R = 96.05%
G = 0.56%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA0106 (or 0xAA0106) is known color: Sangria. HEX triplet: AA, 01 and 06. RGB value is (170,1,6). Sum of RGB (Red+Green+Blue) = 170+1+6=177 (23% of max value = 765). Red value is 170 (66.80% from 255 or 96.05% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0106 is #55FEF9. Grayscale: #343434. Windows color (decimal): -5635834 or 393642. OLE color: 393642.

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

Color convert

RGB 170 1 6 -
CMYK 0 0.99 0.96 0.33
HSL 358.22º 0.99% 0.34% -
HSV(B) 358.22º 0.99% 0.67% -
XYZ 16.62 8.58 0.95 -
YUV 52.1 101.99 212.09 -
System Red Green Blue C M Y K H S L
Decimal 170 1 6 0 0.99 0.96 0.33 358.22 0.99 0.34
Hex AA 1 6 0 63 60 21 166 63 22
Octal 252 1 6 0 143 140 41 546 143 42
Binary 10101010 1 110 0 1100011 1100000 100001 101100110 1100011 100010

Color Harmonies of #AA0106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0106

Black with #AA0106

Text Example


Text Example

White with #AA0106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0106; }

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

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

background-color css

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

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

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

border-color css

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

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

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