Html Css Color HEX #AC5C2C Fiery Orange

📋 copy color: '#AC5C2C'

red 172 ◦ green 92 ◦ blue 44

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

Shades of Fiery Orange #AC5C2C

Tints of Fiery Orange #AC5C2C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

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

R = 55.84%
G = 29.87%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC5C2C (or 0xAC5C2C) is known color: Fiery Orange. HEX triplet: AC, 5C and 2C. RGB value is (172,92,44). Sum of RGB (Red+Green+Blue) = 172+92+44=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C2C is #53A3D3. Grayscale: #6E6E6E. Windows color (decimal): -5481428 or 2907308. OLE color: 2907308.

HSL color Cylindrical-coordinate representation of color #AC5C2C: hue angle of 22.5º 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 #AC5C2C is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 92 44 -
CMYK 0 0.47 0.74 0.33
HSL 22.5º 0.59% 0.42% -
HSV(B) 22.5º 0.74% 0.67% -
XYZ 21.3 16.61 4.47 -
YUV 110.45 90.5 171.9 -
System Red Green Blue C M Y K H S L
Decimal 172 92 44 0 0.47 0.74 0.33 22.5 0.59 0.42
Hex AC 5C 2C 0 2F 4A 21 16 3B 2A
Octal 254 134 54 0 57 112 41 26 73 52
Binary 10101100 1011100 101100 0 101111 1001010 100001 10110 111011 101010

Color Harmonies of #AC5C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C2C

Black with #AC5C2C

Text Example


Text Example

White with #AC5C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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