Html Css Color HEX #AC050A Sangria

📋 copy color: '#AC050A'

red 172 ◦ green 5 ◦ blue 10

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

Shades of Sangria #AC050A

Tints of Sangria #AC050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

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

R = 91.98%
G = 2.67%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC050A (or 0xAC050A) is known color: Sangria. HEX triplet: AC, 05 and 0A. RGB value is (172,5,10). Sum of RGB (Red+Green+Blue) = 172+5+10=187 (24% of max value = 765). Red value is 172 (67.58% from 255 or 91.98% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 172 - color contains mainly: red. Hex color #AC050A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC050A is #53FAF5. Grayscale: #373737. Windows color (decimal): -5503734 or 656812. OLE color: 656812.

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

Color convert

RGB 172 5 10 -
CMYK 0 0.97 0.94 0.33
HSL 358.2º 0.94% 0.35% -
HSV(B) 358.2º 0.97% 0.67% -
XYZ 17.12 8.9 1.1 -
YUV 55.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 172 5 10 0 0.97 0.94 0.33 358.2 0.94 0.35
Hex AC 5 A 0 61 5E 21 166 5E 23
Octal 254 5 12 0 141 136 41 546 136 43
Binary 10101100 101 1010 0 1100001 1011110 100001 101100110 1011110 100011

Color Harmonies of #AC050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC050A

Black with #AC050A

Text Example


Text Example

White with #AC050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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