Html Css Color HEX #AC5C23 Fiery Orange

📋 copy color: '#AC5C23'

red 172 ◦ green 92 ◦ blue 35

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

Shades of Fiery Orange #AC5C23

Tints of Fiery Orange #AC5C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.71%

R = 57.53%
G = 30.77%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC5C23 (or 0xAC5C23) is known color: Fiery Orange. HEX triplet: AC, 5C and 23. RGB value is (172,92,35). Sum of RGB (Red+Green+Blue) = 172+92+35=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C23 is #53A3DC. Grayscale: #6D6D6D. Windows color (decimal): -5481437 or 2317484. OLE color: 2317484.

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

Color convert

RGB 172 92 35 -
CMYK 0 0.47 0.80 0.33
HSL 24.96º 0.66% 0.41% -
HSV(B) 24.96º 0.8% 0.67% -
XYZ 21.14 16.55 3.67 -
YUV 109.42 86 172.63 -
System Red Green Blue C M Y K H S L
Decimal 172 92 35 0 0.47 0.80 0.33 24.96 0.66 0.41
Hex AC 5C 23 0 2F 50 21 19 42 29
Octal 254 134 43 0 57 120 41 31 102 51
Binary 10101100 1011100 100011 0 101111 1010000 100001 11001 1000010 101001

Color Harmonies of #AC5C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C23

Black with #AC5C23

Text Example


Text Example

White with #AC5C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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