Html Css Color HEX #AC572F Fiery Orange

📋 copy color: '#AC572F'

red 172 ◦ green 87 ◦ blue 47

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

Shades of Fiery Orange #AC572F

Tints of Fiery Orange #AC572F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 56.21%
G = 28.43%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC572F (or 0xAC572F) is known color: Fiery Orange. HEX triplet: AC, 57 and 2F. RGB value is (172,87,47). Sum of RGB (Red+Green+Blue) = 172+87+47=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC572F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC572F is #53A8D0. Grayscale: #6C6C6C. Windows color (decimal): -5482705 or 3102636. OLE color: 3102636.

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

Color convert

RGB 172 87 47 -
CMYK 0 0.49 0.73 0.33
HSL 19.2º 0.57% 0.43% -
HSV(B) 19.2º 0.73% 0.67% -
XYZ 20.93 15.79 4.63 -
YUV 107.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 172 87 47 0 0.49 0.73 0.33 19.2 0.57 0.43
Hex AC 57 2F 0 31 49 21 13 39 2B
Octal 254 127 57 0 61 111 41 23 71 53
Binary 10101100 1010111 101111 0 110001 1001001 100001 10011 111001 101011

Color Harmonies of #AC572F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC572F

Black with #AC572F

Text Example


Text Example

White with #AC572F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC572F; }

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

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

background-color css

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

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

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

border-color css

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

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

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