Html Css Color HEX #AC5A27 Fiery Orange

📋 copy color: '#AC5A27'

red 172 ◦ green 90 ◦ blue 39

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

Shades of Fiery Orange #AC5A27

Tints of Fiery Orange #AC5A27

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.9%

 BLUE value IS 39 (15.63% from 255) = 12.96%

R = 57.14%
G = 29.9%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC5A27 (or 0xAC5A27) is known color: Fiery Orange. HEX triplet: AC, 5A and 27. RGB value is (172,90,39). Sum of RGB (Red+Green+Blue) = 172+90+39=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A27 is #53A5D8. Grayscale: #6C6C6C. Windows color (decimal): -5481945 or 2579116. OLE color: 2579116.

HSL color Cylindrical-coordinate representation of color #AC5A27: hue angle of 23.01º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC5A27 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 90 39 -
CMYK 0 0.48 0.77 0.33
HSL 23.01º 0.63% 0.41% -
HSV(B) 23.01º 0.77% 0.67% -
XYZ 21.04 16.23 3.94 -
YUV 108.7 88.67 173.15 -
System Red Green Blue C M Y K H S L
Decimal 172 90 39 0 0.48 0.77 0.33 23.01 0.63 0.41
Hex AC 5A 27 0 30 4D 21 17 3F 29
Octal 254 132 47 0 60 115 41 27 77 51
Binary 10101100 1011010 100111 0 110000 1001101 100001 10111 111111 101001

Color Harmonies of #AC5A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A27

Black with #AC5A27

Text Example


Text Example

White with #AC5A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A27; }

 p { color: rgb(172,90,39); }

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

background-color css

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

 a { background-color: rgb(172,90,39); }

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

border-color css

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

 span { border-color: rgb(172,90,39); }

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