Html Css Color HEX #AC572D Fiery Orange

📋 copy color: '#AC572D'

red 172 ◦ green 87 ◦ blue 45

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

Shades of Fiery Orange #AC572D

Tints of Fiery Orange #AC572D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 56.58%
G = 28.62%
B = 14.8%

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

#AC572D (or 0xAC572D) is known color: Fiery Orange. HEX triplet: AC, 57 and 2D. RGB value is (172,87,45). Sum of RGB (Red+Green+Blue) = 172+87+45=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC572D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC572D is #53A8D2. Grayscale: #6B6B6B. Windows color (decimal): -5482707 or 2971564. OLE color: 2971564.

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

Color convert

RGB 172 87 45 -
CMYK 0 0.49 0.74 0.33
HSL 19.84º 0.59% 0.43% -
HSV(B) 19.84º 0.74% 0.67% -
XYZ 20.9 15.78 4.43 -
YUV 107.63 92.66 173.92 -
System Red Green Blue C M Y K H S L
Decimal 172 87 45 0 0.49 0.74 0.33 19.84 0.59 0.43
Hex AC 57 2D 0 31 4A 21 14 3B 2B
Octal 254 127 55 0 61 112 41 24 73 53
Binary 10101100 1010111 101101 0 110001 1001010 100001 10100 111011 101011

Color Harmonies of #AC572D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC572D

Black with #AC572D

Text Example


Text Example

White with #AC572D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC572D; }

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

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

background-color css

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

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

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

border-color css

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

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

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