Html Css Color HEX #A7090A Sangria

📋 copy color: '#A7090A'

red 167 ◦ green 9 ◦ blue 10

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

Shades of Sangria #A7090A

Tints of Sangria #A7090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.84%

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

R = 89.78%
G = 4.84%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A7090A (or 0xA7090A) is known color: Sangria. HEX triplet: A7, 09 and 0A. RGB value is (167,9,10). Sum of RGB (Red+Green+Blue) = 167+9+10=186 (24% of max value = 765). Red value is 167 (65.62% from 255 or 89.78% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 167 - color contains mainly: red. Hex color #A7090A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7090A is #58F6F5. Grayscale: #383838. Windows color (decimal): -5830390 or 657831. OLE color: 657831.

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

Color convert

RGB 167 9 10 -
CMYK 0 0.95 0.94 0.35
HSL 359.62º 0.9% 0.35% -
HSV(B) 359.62º 0.95% 0.65% -
XYZ 16.09 8.43 1.07 -
YUV 56.36 101.85 206.92 -
System Red Green Blue C M Y K H S L
Decimal 167 9 10 0 0.95 0.94 0.35 359.62 0.9 0.35
Hex A7 9 A 0 5F 5E 23 168 5A 23
Octal 247 11 12 0 137 136 43 550 132 43
Binary 10100111 1001 1010 0 1011111 1011110 100011 101101000 1011010 100011

Color Harmonies of #A7090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7090A

Black with #A7090A

Text Example


Text Example

White with #A7090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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