Html Css Color HEX #AC5E34 Fiery Orange

📋 copy color: '#AC5E34'

red 172 ◦ green 94 ◦ blue 52

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

Shades of Fiery Orange #AC5E34

Tints of Fiery Orange #AC5E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.35%

R = 54.09%
G = 29.56%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC5E34 (or 0xAC5E34) is known color: Fiery Orange. HEX triplet: AC, 5E and 34. RGB value is (172,94,52). Sum of RGB (Red+Green+Blue) = 172+94+52=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E34 is #53A1CB. Grayscale: #707070. Windows color (decimal): -5480908 or 3432108. OLE color: 3432108.

HSL color Cylindrical-coordinate representation of color #AC5E34: hue angle of 21º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC5E34 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 94 52 -
CMYK 0 0.45 0.70 0.33
HSL 21º 0.54% 0.44% -
HSV(B) 21º 0.7% 0.67% -
XYZ 21.64 17.02 5.39 -
YUV 112.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 172 94 52 0 0.45 0.70 0.33 21 0.54 0.44
Hex AC 5E 34 0 2D 46 21 15 36 2C
Octal 254 136 64 0 55 106 41 25 66 54
Binary 10101100 1011110 110100 0 101101 1000110 100001 10101 110110 101100

Color Harmonies of #AC5E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E34

Black with #AC5E34

Text Example


Text Example

White with #AC5E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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