Html Css Color HEX #AC5D2F Fiery Orange

📋 copy color: '#AC5D2F'

red 172 ◦ green 93 ◦ blue 47

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

Shades of Fiery Orange #AC5D2F

Tints of Fiery Orange #AC5D2F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.81%

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 55.13%
G = 29.81%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC5D2F (or 0xAC5D2F) is known color: Fiery Orange. HEX triplet: AC, 5D and 2F. RGB value is (172,93,47). Sum of RGB (Red+Green+Blue) = 172+93+47=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D2F is #53A2D0. Grayscale: #6F6F6F. Windows color (decimal): -5481169 or 3104172. OLE color: 3104172.

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

Color convert

RGB 172 93 47 -
CMYK 0 0.46 0.73 0.33
HSL 22.08º 0.57% 0.43% -
HSV(B) 22.08º 0.73% 0.67% -
XYZ 21.44 16.8 4.8 -
YUV 111.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 172 93 47 0 0.46 0.73 0.33 22.08 0.57 0.43
Hex AC 5D 2F 0 2E 49 21 16 39 2B
Octal 254 135 57 0 56 111 41 26 71 53
Binary 10101100 1011101 101111 0 101110 1001001 100001 10110 111001 101011

Color Harmonies of #AC5D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D2F

Black with #AC5D2F

Text Example


Text Example

White with #AC5D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D2F; }

 p { color: rgb(172,93,47); }

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

background-color css

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

 a { background-color: rgb(172,93,47); }

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

border-color css

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

 span { border-color: rgb(172,93,47); }

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