Html Css Color HEX #AB070A Sangria

📋 copy color: '#AB070A'

red 171 ◦ green 7 ◦ blue 10

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

Shades of Sangria #AB070A

Tints of Sangria #AB070A

RGB

 RED value IS 171 (67.19% from 255) = 90.96%

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

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

R = 90.96%
G = 3.72%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB070A (or 0xAB070A) is known color: Sangria. HEX triplet: AB, 07 and 0A. RGB value is (171,7,10). Sum of RGB (Red+Green+Blue) = 171+7+10=188 (24% of max value = 765). Red value is 171 (67.19% from 255 or 90.96% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 171 - color contains mainly: red. Hex color #AB070A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB070A is #54F8F5. Grayscale: #383838. Windows color (decimal): -5568758 or 657323. OLE color: 657323.

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

Color convert

RGB 171 7 10 -
CMYK 0 0.96 0.94 0.33
HSL 358.9º 0.92% 0.35% -
HSV(B) 358.9º 0.96% 0.67% -
XYZ 16.93 8.83 1.1 -
YUV 56.38 101.83 209.76 -
System Red Green Blue C M Y K H S L
Decimal 171 7 10 0 0.96 0.94 0.33 358.9 0.92 0.35
Hex AB 7 A 0 60 5E 21 167 5C 23
Octal 253 7 12 0 140 136 41 547 134 43
Binary 10101011 111 1010 0 1100000 1011110 100001 101100111 1011100 100011

Color Harmonies of #AB070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB070A

Black with #AB070A

Text Example


Text Example

White with #AB070A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB070A; }

 p { color: rgb(171,7,10); }

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

background-color css

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

 a { background-color: rgb(171,7,10); }

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

border-color css

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

 span { border-color: rgb(171,7,10); }

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