Html Css Color HEX #AC5F30 Fiery Orange

📋 copy color: '#AC5F30'

red 172 ◦ green 95 ◦ blue 48

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

Shades of Fiery Orange #AC5F30

Tints of Fiery Orange #AC5F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.24%

R = 54.6%
G = 30.16%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC5F30 (or 0xAC5F30) is known color: Fiery Orange. HEX triplet: AC, 5F and 30. RGB value is (172,95,48). Sum of RGB (Red+Green+Blue) = 172+95+48=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5F30 is #53A0CF. Grayscale: #707070. Windows color (decimal): -5480656 or 3170220. OLE color: 3170220.

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

Color convert

RGB 172 95 48 -
CMYK 0 0.45 0.72 0.33
HSL 22.74º 0.56% 0.43% -
HSV(B) 22.74º 0.72% 0.67% -
XYZ 21.64 17.17 4.97 -
YUV 112.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 172 95 48 0 0.45 0.72 0.33 22.74 0.56 0.43
Hex AC 5F 30 0 2D 48 21 17 38 2B
Octal 254 137 60 0 55 110 41 27 70 53
Binary 10101100 1011111 110000 0 101101 1001000 100001 10111 111000 101011

Color Harmonies of #AC5F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5F30

Black with #AC5F30

Text Example


Text Example

White with #AC5F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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