Html Css Color HEX #A7060E Sangria

📋 copy color: '#A7060E'

red 167 ◦ green 6 ◦ blue 14

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

Shades of Sangria #A7060E

Tints of Sangria #A7060E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.21%

 BLUE value IS 14 (5.86% from 255) = 7.49%

R = 89.3%
G = 3.21%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7060E (or 0xA7060E) is known color: Sangria. HEX triplet: A7, 06 and 0E. RGB value is (167,6,14). Sum of RGB (Red+Green+Blue) = 167+6+14=187 (24% of max value = 765). Red value is 167 (65.62% from 255 or 89.30% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 167 - color contains mainly: red. Hex color #A7060E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7060E is #58F9F1. Grayscale: #373737. Windows color (decimal): -5831154 or 919207. OLE color: 919207.

HSL color Cylindrical-coordinate representation of color #A7060E: hue angle of 357.02º degrees, saturation: 0.93, 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 #A7060E is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 6 14 -
CMYK 0 0.96 0.92 0.35
HSL 357.02º 0.93% 0.34% -
HSV(B) 357.02º 0.96% 0.65% -
XYZ 16.08 8.38 1.18 -
YUV 55.05 104.84 207.85 -
System Red Green Blue C M Y K H S L
Decimal 167 6 14 0 0.96 0.92 0.35 357.02 0.93 0.34
Hex A7 6 E 0 60 5C 23 165 5D 22
Octal 247 6 16 0 140 134 43 545 135 42
Binary 10100111 110 1110 0 1100000 1011100 100011 101100101 1011101 100010

Color Harmonies of #A7060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7060E

Black with #A7060E

Text Example


Text Example

White with #A7060E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7060E; }

 p { color: rgb(167,6,14); }

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

background-color css

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

 a { background-color: rgb(167,6,14); }

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

border-color css

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

 span { border-color: rgb(167,6,14); }

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