Html Css Color HEX #AA070D Sangria

📋 copy color: '#AA070D'

red 170 ◦ green 7 ◦ blue 13

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

Shades of Sangria #AA070D

Tints of Sangria #AA070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.68%

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

R = 89.47%
G = 3.68%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA070D (or 0xAA070D) is known color: Sangria. HEX triplet: AA, 07 and 0D. RGB value is (170,7,13). Sum of RGB (Red+Green+Blue) = 170+7+13=190 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.47% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 170 - color contains mainly: red. Hex color #AA070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA070D is #55F8F2. Grayscale: #383838. Windows color (decimal): -5634291 or 853930. OLE color: 853930.

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

Color convert

RGB 170 7 13 -
CMYK 0 0.96 0.92 0.33
HSL 357.79º 0.92% 0.35% -
HSV(B) 357.79º 0.96% 0.67% -
XYZ 16.73 8.73 1.18 -
YUV 56.42 103.5 209.01 -
System Red Green Blue C M Y K H S L
Decimal 170 7 13 0 0.96 0.92 0.33 357.79 0.92 0.35
Hex AA 7 D 0 60 5C 21 166 5C 23
Octal 252 7 15 0 140 134 41 546 134 43
Binary 10101010 111 1101 0 1100000 1011100 100001 101100110 1011100 100011

Color Harmonies of #AA070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA070D

Black with #AA070D

Text Example


Text Example

White with #AA070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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