Html Css Color HEX #AC5C25 Fiery Orange

📋 copy color: '#AC5C25'

red 172 ◦ green 92 ◦ blue 37

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

Shades of Fiery Orange #AC5C25

Tints of Fiery Orange #AC5C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.29%

R = 57.14%
G = 30.56%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC5C25 (or 0xAC5C25) is known color: Fiery Orange. HEX triplet: AC, 5C and 25. RGB value is (172,92,37). Sum of RGB (Red+Green+Blue) = 172+92+37=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C25 is #53A3DA. Grayscale: #6D6D6D. Windows color (decimal): -5481435 or 2448556. OLE color: 2448556.

HSL color Cylindrical-coordinate representation of color #AC5C25: hue angle of 24.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC5C25 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 92 37 -
CMYK 0 0.47 0.78 0.33
HSL 24.44º 0.65% 0.41% -
HSV(B) 24.44º 0.78% 0.67% -
XYZ 21.17 16.56 3.83 -
YUV 109.65 87 172.47 -
System Red Green Blue C M Y K H S L
Decimal 172 92 37 0 0.47 0.78 0.33 24.44 0.65 0.41
Hex AC 5C 25 0 2F 4E 21 18 41 29
Octal 254 134 45 0 57 116 41 30 101 51
Binary 10101100 1011100 100101 0 101111 1001110 100001 11000 1000001 101001

Color Harmonies of #AC5C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C25

Black with #AC5C25

Text Example


Text Example

White with #AC5C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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