Html Css Color HEX #AC5F32 Fiery Orange

📋 copy color: '#AC5F32'

red 172 ◦ green 95 ◦ blue 50

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

Shades of Fiery Orange #AC5F32

Tints of Fiery Orange #AC5F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.97%

 BLUE value IS 50 (19.92% from 255) = 15.77%

R = 54.26%
G = 29.97%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC5F32 (or 0xAC5F32) is known color: Fiery Orange. HEX triplet: AC, 5F and 32. RGB value is (172,95,50). Sum of RGB (Red+Green+Blue) = 172+95+50=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5F32 is #53A0CD. Grayscale: #717171. Windows color (decimal): -5480654 or 3301292. OLE color: 3301292.

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

Color convert

RGB 172 95 50 -
CMYK 0 0.45 0.71 0.33
HSL 22.13º 0.55% 0.44% -
HSV(B) 22.13º 0.71% 0.67% -
XYZ 21.68 17.19 5.19 -
YUV 112.89 92.51 170.16 -
System Red Green Blue C M Y K H S L
Decimal 172 95 50 0 0.45 0.71 0.33 22.13 0.55 0.44
Hex AC 5F 32 0 2D 47 21 16 37 2C
Octal 254 137 62 0 55 107 41 26 67 54
Binary 10101100 1011111 110010 0 101101 1000111 100001 10110 110111 101100

Color Harmonies of #AC5F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5F32

Black with #AC5F32

Text Example


Text Example

White with #AC5F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5F32; }

 p { color: rgb(172,95,50); }

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

background-color css

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

 a { background-color: rgb(172,95,50); }

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

border-color css

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

 span { border-color: rgb(172,95,50); }

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