Html Css Color HEX #A7070A Sangria

📋 copy color: '#A7070A'

red 167 ◦ green 7 ◦ blue 10

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

Shades of Sangria #A7070A

Tints of Sangria #A7070A

RGB

 RED value IS 167 (65.63% from 255) = 90.76%

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

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

R = 90.76%
G = 3.8%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A7070A (or 0xA7070A) is known color: Sangria. HEX triplet: A7, 07 and 0A. RGB value is (167,7,10). Sum of RGB (Red+Green+Blue) = 167+7+10=184 (24% of max value = 765). Red value is 167 (65.62% from 255 or 90.76% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 167 - color contains mainly: red. Hex color #A7070A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7070A is #58F8F5. Grayscale: #373737. Windows color (decimal): -5830902 or 657319. OLE color: 657319.

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

Color convert

RGB 167 7 10 -
CMYK 0 0.96 0.94 0.35
HSL 358.88º 0.92% 0.34% -
HSV(B) 358.88º 0.96% 0.65% -
XYZ 16.07 8.39 1.06 -
YUV 55.18 102.51 207.76 -
System Red Green Blue C M Y K H S L
Decimal 167 7 10 0 0.96 0.94 0.35 358.88 0.92 0.34
Hex A7 7 A 0 60 5E 23 167 5C 22
Octal 247 7 12 0 140 136 43 547 134 42
Binary 10100111 111 1010 0 1100000 1011110 100011 101100111 1011100 100010

Color Harmonies of #A7070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7070A

Black with #A7070A

Text Example


Text Example

White with #A7070A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7070A; }

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

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

background-color css

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

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

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

border-color css

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

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

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