Html Css Color HEX #AC5E30 Fiery Orange

📋 copy color: '#AC5E30'

red 172 ◦ green 94 ◦ blue 48

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

Shades of Fiery Orange #AC5E30

Tints of Fiery Orange #AC5E30

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.94%

 BLUE value IS 48 (19.14% from 255) = 15.29%

R = 54.78%
G = 29.94%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC5E30 (or 0xAC5E30) is known color: Fiery Orange. HEX triplet: AC, 5E and 30. RGB value is (172,94,48). Sum of RGB (Red+Green+Blue) = 172+94+48=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E30 is #53A1CF. Grayscale: #707070. Windows color (decimal): -5480912 or 3169964. OLE color: 3169964.

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

Color convert

RGB 172 94 48 -
CMYK 0 0.45 0.72 0.33
HSL 22.26º 0.56% 0.43% -
HSV(B) 22.26º 0.72% 0.67% -
XYZ 21.55 16.99 4.94 -
YUV 112.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 172 94 48 0 0.45 0.72 0.33 22.26 0.56 0.43
Hex AC 5E 30 0 2D 48 21 16 38 2B
Octal 254 136 60 0 55 110 41 26 70 53
Binary 10101100 1011110 110000 0 101101 1001000 100001 10110 111000 101011

Color Harmonies of #AC5E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E30

Black with #AC5E30

Text Example


Text Example

White with #AC5E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E30; }

 p { color: rgb(172,94,48); }

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

background-color css

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

 a { background-color: rgb(172,94,48); }

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

border-color css

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

 span { border-color: rgb(172,94,48); }

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