Html Css Color HEX #A70608 Sangria

📋 copy color: '#A70608'

red 167 ◦ green 6 ◦ blue 8

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

Shades of Sangria #A70608

Tints of Sangria #A70608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.42%

R = 92.27%
G = 3.31%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A70608 (or 0xA70608) is known color: Sangria. HEX triplet: A7, 06 and 08. RGB value is (167,6,8). Sum of RGB (Red+Green+Blue) = 167+6+8=181 (23% of max value = 765). Red value is 167 (65.62% from 255 or 92.27% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 167 - color contains mainly: red. Hex color #A70608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70608 is #58F9F7. Grayscale: #363636. Windows color (decimal): -5831160 or 525991. OLE color: 525991.

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

Color convert

RGB 167 6 8 -
CMYK 0 0.96 0.95 0.35
HSL 359.25º 0.93% 0.34% -
HSV(B) 359.25º 0.96% 0.65% -
XYZ 16.05 8.36 1 -
YUV 54.37 101.84 208.34 -
System Red Green Blue C M Y K H S L
Decimal 167 6 8 0 0.96 0.95 0.35 359.25 0.93 0.34
Hex A7 6 8 0 60 5F 23 167 5D 22
Octal 247 6 10 0 140 137 43 547 135 42
Binary 10100111 110 1000 0 1100000 1011111 100011 101100111 1011101 100010

Color Harmonies of #A70608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70608

Black with #A70608

Text Example


Text Example

White with #A70608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70608; }

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

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

background-color css

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

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

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

border-color css

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

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

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