Html Css Color HEX #AC5C2B Fiery Orange

📋 copy color: '#AC5C2B'

red 172 ◦ green 92 ◦ blue 43

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

Shades of Fiery Orange #AC5C2B

Tints of Fiery Orange #AC5C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 56.03%
G = 29.97%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC5C2B (or 0xAC5C2B) is known color: Fiery Orange. HEX triplet: AC, 5C and 2B. RGB value is (172,92,43). Sum of RGB (Red+Green+Blue) = 172+92+43=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C2B is #53A3D4. Grayscale: #6E6E6E. Windows color (decimal): -5481429 or 2841772. OLE color: 2841772.

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

Color convert

RGB 172 92 43 -
CMYK 0 0.47 0.75 0.33
HSL 22.79º 0.6% 0.42% -
HSV(B) 22.79º 0.75% 0.67% -
XYZ 21.28 16.6 4.37 -
YUV 110.33 90 171.98 -
System Red Green Blue C M Y K H S L
Decimal 172 92 43 0 0.47 0.75 0.33 22.79 0.6 0.42
Hex AC 5C 2B 0 2F 4B 21 17 3C 2A
Octal 254 134 53 0 57 113 41 27 74 52
Binary 10101100 1011100 101011 0 101111 1001011 100001 10111 111100 101010

Color Harmonies of #AC5C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C2B

Black with #AC5C2B

Text Example


Text Example

White with #AC5C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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