Html Css Color HEX #AC4E16 Rust

📋 copy color: '#AC4E16'

red 172 ◦ green 78 ◦ blue 22

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

Shades of Rust #AC4E16

Tints of Rust #AC4E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.68%

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 63.24%
G = 28.68%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC4E16 (or 0xAC4E16) is known color: Rust. HEX triplet: AC, 4E and 16. RGB value is (172,78,22). Sum of RGB (Red+Green+Blue) = 172+78+22=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4E16 is #53B1E9. Grayscale: #646464. Windows color (decimal): -5485034 or 1461932. OLE color: 1461932.

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

Color convert

RGB 172 78 22 -
CMYK 0 0.55 0.87 0.33
HSL 22.4º 0.77% 0.38% -
HSV(B) 22.4º 0.87% 0.67% -
XYZ 19.88 14.28 2.47 -
YUV 99.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 172 78 22 0 0.55 0.87 0.33 22.4 0.77 0.38
Hex AC 4E 16 0 37 57 21 16 4D 26
Octal 254 116 26 0 67 127 41 26 115 46
Binary 10101100 1001110 10110 0 110111 1010111 100001 10110 1001101 100110

Color Harmonies of #AC4E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E16

Black with #AC4E16

Text Example


Text Example

White with #AC4E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E16; }

 p { color: rgb(172,78,22); }

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

background-color css

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

 a { background-color: rgb(172,78,22); }

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

border-color css

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

 span { border-color: rgb(172,78,22); }

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