Html Css Color HEX #AC080A Sangria

📋 copy color: '#AC080A'

red 172 ◦ green 8 ◦ blue 10

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

Shades of Sangria #AC080A

Tints of Sangria #AC080A

RGB

 RED value IS 172 (67.58% from 255) = 90.53%

 GREEN value IS 8 (3.52% from 255) = 4.21%

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

R = 90.53%
G = 4.21%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC080A (or 0xAC080A) is known color: Sangria. HEX triplet: AC, 08 and 0A. RGB value is (172,8,10). Sum of RGB (Red+Green+Blue) = 172+8+10=190 (25% of max value = 765). Red value is 172 (67.58% from 255 or 90.53% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 172 - color contains mainly: red. Hex color #AC080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC080A is #53F7F5. Grayscale: #393939. Windows color (decimal): -5502966 or 657580. OLE color: 657580.

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

Color convert

RGB 172 8 10 -
CMYK 0 0.95 0.94 0.33
HSL 359.27º 0.91% 0.35% -
HSV(B) 359.27º 0.95% 0.67% -
XYZ 17.15 8.97 1.11 -
YUV 57.26 101.33 209.84 -
System Red Green Blue C M Y K H S L
Decimal 172 8 10 0 0.95 0.94 0.33 359.27 0.91 0.35
Hex AC 8 A 0 5F 5E 21 167 5B 23
Octal 254 10 12 0 137 136 41 547 133 43
Binary 10101100 1000 1010 0 1011111 1011110 100001 101100111 1011011 100011

Color Harmonies of #AC080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC080A

Black with #AC080A

Text Example


Text Example

White with #AC080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC080A; }

 p { color: rgb(172,8,10); }

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

background-color css

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

 a { background-color: rgb(172,8,10); }

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

border-color css

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

 span { border-color: rgb(172,8,10); }

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