Html Css Color HEX #AC5B2F Fiery Orange

📋 copy color: '#AC5B2F'

red 172 ◦ green 91 ◦ blue 47

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

Shades of Fiery Orange #AC5B2F

Tints of Fiery Orange #AC5B2F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.35%

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

R = 55.48%
G = 29.35%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC5B2F (or 0xAC5B2F) is known color: Fiery Orange. HEX triplet: AC, 5B and 2F. RGB value is (172,91,47). Sum of RGB (Red+Green+Blue) = 172+91+47=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5B2F is #53A4D0. Grayscale: #6E6E6E. Windows color (decimal): -5481681 or 3103660. OLE color: 3103660.

HSL color Cylindrical-coordinate representation of color #AC5B2F: hue angle of 21.12º 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 #AC5B2F is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 91 47 -
CMYK 0 0.47 0.73 0.33
HSL 21.12º 0.57% 0.43% -
HSV(B) 21.12º 0.73% 0.67% -
XYZ 21.27 16.46 4.75 -
YUV 110.2 92.34 172.08 -
System Red Green Blue C M Y K H S L
Decimal 172 91 47 0 0.47 0.73 0.33 21.12 0.57 0.43
Hex AC 5B 2F 0 2F 49 21 15 39 2B
Octal 254 133 57 0 57 111 41 25 71 53
Binary 10101100 1011011 101111 0 101111 1001001 100001 10101 111001 101011

Color Harmonies of #AC5B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5B2F

Black with #AC5B2F

Text Example


Text Example

White with #AC5B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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