Html Css Color HEX #AC4916 Rust

📋 copy color: '#AC4916'

red 172 ◦ green 73 ◦ blue 22

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

Shades of Rust #AC4916

Tints of Rust #AC4916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.34%

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

R = 64.42%
G = 27.34%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC4916 (or 0xAC4916) is known color: Rust. HEX triplet: AC, 49 and 16. RGB value is (172,73,22). Sum of RGB (Red+Green+Blue) = 172+73+22=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4916 is #53B6E9. Grayscale: #616161. Windows color (decimal): -5486314 or 1460652. OLE color: 1460652.

HSL color Cylindrical-coordinate representation of color #AC4916: hue angle of 20.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 #AC4916 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 73 22 -
CMYK 0 0.58 0.87 0.33
HSL 20.4º 0.77% 0.38% -
HSV(B) 20.4º 0.87% 0.67% -
XYZ 19.54 13.59 2.35 -
YUV 96.79 85.8 181.65 -
System Red Green Blue C M Y K H S L
Decimal 172 73 22 0 0.58 0.87 0.33 20.4 0.77 0.38
Hex AC 49 16 0 3A 57 21 14 4D 26
Octal 254 111 26 0 72 127 41 24 115 46
Binary 10101100 1001001 10110 0 111010 1010111 100001 10100 1001101 100110

Color Harmonies of #AC4916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4916

Black with #AC4916

Text Example


Text Example

White with #AC4916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4916; }

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

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

background-color css

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

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

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

border-color css

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

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

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