Html Css Color HEX #AC5B2B Fiery Orange

📋 copy color: '#AC5B2B'

red 172 ◦ green 91 ◦ blue 43

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

Shades of Fiery Orange #AC5B2B

Tints of Fiery Orange #AC5B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.05%

R = 56.21%
G = 29.74%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC5B2B (or 0xAC5B2B) is known color: Fiery Orange. HEX triplet: AC, 5B and 2B. RGB value is (172,91,43). Sum of RGB (Red+Green+Blue) = 172+91+43=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5B2B is #53A4D4. Grayscale: #6E6E6E. Windows color (decimal): -5481685 or 2841516. OLE color: 2841516.

HSL color Cylindrical-coordinate representation of color #AC5B2B: hue angle of 22.33º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC5B2B is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 91 43 -
CMYK 0 0.47 0.75 0.33
HSL 22.33º 0.6% 0.42% -
HSV(B) 22.33º 0.75% 0.67% -
XYZ 21.19 16.43 4.34 -
YUV 109.75 90.34 172.4 -
System Red Green Blue C M Y K H S L
Decimal 172 91 43 0 0.47 0.75 0.33 22.33 0.6 0.42
Hex AC 5B 2B 0 2F 4B 21 16 3C 2A
Octal 254 133 53 0 57 113 41 26 74 52
Binary 10101100 1011011 101011 0 101111 1001011 100001 10110 111100 101010

Color Harmonies of #AC5B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5B2B

Black with #AC5B2B

Text Example


Text Example

White with #AC5B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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