Html Css Color HEX #AC5C27 Fiery Orange

📋 copy color: '#AC5C27'

red 172 ◦ green 92 ◦ blue 39

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

Shades of Fiery Orange #AC5C27

Tints of Fiery Orange #AC5C27

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.36%

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

R = 56.77%
G = 30.36%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC5C27 (or 0xAC5C27) is known color: Fiery Orange. HEX triplet: AC, 5C and 27. RGB value is (172,92,39). Sum of RGB (Red+Green+Blue) = 172+92+39=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C27 is #53A3D8. Grayscale: #6E6E6E. Windows color (decimal): -5481433 or 2579628. OLE color: 2579628.

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

Color convert

RGB 172 92 39 -
CMYK 0 0.47 0.77 0.33
HSL 23.91º 0.63% 0.41% -
HSV(B) 23.91º 0.77% 0.67% -
XYZ 21.21 16.57 4 -
YUV 109.88 88 172.31 -
System Red Green Blue C M Y K H S L
Decimal 172 92 39 0 0.47 0.77 0.33 23.91 0.63 0.41
Hex AC 5C 27 0 2F 4D 21 18 3F 29
Octal 254 134 47 0 57 115 41 30 77 51
Binary 10101100 1011100 100111 0 101111 1001101 100001 11000 111111 101001

Color Harmonies of #AC5C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C27

Black with #AC5C27

Text Example


Text Example

White with #AC5C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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