Html Css Color HEX #AC070D Sangria

📋 copy color: '#AC070D'

red 172 ◦ green 7 ◦ blue 13

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

Shades of Sangria #AC070D

Tints of Sangria #AC070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.65%

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 89.58%
G = 3.65%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC070D (or 0xAC070D) is known color: Sangria. HEX triplet: AC, 07 and 0D. RGB value is (172,7,13). Sum of RGB (Red+Green+Blue) = 172+7+13=192 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.58% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 172 - color contains mainly: red. Hex color #AC070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC070D is #53F8F2. Grayscale: #393939. Windows color (decimal): -5503219 or 853932. OLE color: 853932.

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

Color convert

RGB 172 7 13 -
CMYK 0 0.96 0.92 0.33
HSL 357.82º 0.92% 0.35% -
HSV(B) 357.82º 0.96% 0.67% -
XYZ 17.16 8.95 1.2 -
YUV 57.02 103.16 210.01 -
System Red Green Blue C M Y K H S L
Decimal 172 7 13 0 0.96 0.92 0.33 357.82 0.92 0.35
Hex AC 7 D 0 60 5C 21 166 5C 23
Octal 254 7 15 0 140 134 41 546 134 43
Binary 10101100 111 1101 0 1100000 1011100 100001 101100110 1011100 100011

Color Harmonies of #AC070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC070D

Black with #AC070D

Text Example


Text Example

White with #AC070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC070D; }

 p { color: rgb(172,7,13); }

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

background-color css

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

 a { background-color: rgb(172,7,13); }

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

border-color css

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

 span { border-color: rgb(172,7,13); }

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