Html Css Color HEX #AC572C Fiery Orange

📋 copy color: '#AC572C'

red 172 ◦ green 87 ◦ blue 44

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

Shades of Fiery Orange #AC572C

Tints of Fiery Orange #AC572C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.71%

 BLUE value IS 44 (17.58% from 255) = 14.52%

R = 56.77%
G = 28.71%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC572C (or 0xAC572C) is known color: Fiery Orange. HEX triplet: AC, 57 and 2C. RGB value is (172,87,44). Sum of RGB (Red+Green+Blue) = 172+87+44=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC572C is #53A8D3. Grayscale: #6B6B6B. Windows color (decimal): -5482708 or 2906028. OLE color: 2906028.

HSL color Cylindrical-coordinate representation of color #AC572C: hue angle of 20.16º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC572C is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 87 44 -
CMYK 0 0.49 0.74 0.33
HSL 20.16º 0.59% 0.42% -
HSV(B) 20.16º 0.74% 0.67% -
XYZ 20.88 15.77 4.33 -
YUV 107.51 92.16 174 -
System Red Green Blue C M Y K H S L
Decimal 172 87 44 0 0.49 0.74 0.33 20.16 0.59 0.42
Hex AC 57 2C 0 31 4A 21 14 3B 2A
Octal 254 127 54 0 61 112 41 24 73 52
Binary 10101100 1010111 101100 0 110001 1001010 100001 10100 111011 101010

Color Harmonies of #AC572C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC572C

Black with #AC572C

Text Example


Text Example

White with #AC572C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC572C; }

 p { color: rgb(172,87,44); }

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

background-color css

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

 a { background-color: rgb(172,87,44); }

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

border-color css

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

 span { border-color: rgb(172,87,44); }

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