Html Css Color HEX #AC060D Sangria

📋 copy color: '#AC060D'

red 172 ◦ green 6 ◦ blue 13

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

Shades of Sangria #AC060D

Tints of Sangria #AC060D

RGB

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

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

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

R = 90.05%
G = 3.14%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC060D (or 0xAC060D) is known color: Sangria. HEX triplet: AC, 06 and 0D. RGB value is (172,6,13). Sum of RGB (Red+Green+Blue) = 172+6+13=191 (25% of max value = 765). Red value is 172 (67.58% from 255 or 90.05% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 172 - color contains mainly: red. Hex color #AC060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC060D is #53F9F2. Grayscale: #383838. Windows color (decimal): -5503475 or 853676. OLE color: 853676.

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

Color convert

RGB 172 6 13 -
CMYK 0 0.97 0.92 0.33
HSL 357.47º 0.93% 0.35% -
HSV(B) 357.47º 0.97% 0.67% -
XYZ 17.15 8.93 1.2 -
YUV 56.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 172 6 13 0 0.97 0.92 0.33 357.47 0.93 0.35
Hex AC 6 D 0 61 5C 21 165 5D 23
Octal 254 6 15 0 141 134 41 545 135 43
Binary 10101100 110 1101 0 1100001 1011100 100001 101100101 1011101 100011

Color Harmonies of #AC060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC060D

Black with #AC060D

Text Example


Text Example

White with #AC060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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