Html Css Color HEX #AC4C16 Rust

📋 copy color: '#AC4C16'

red 172 ◦ green 76 ◦ blue 22

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

Shades of Rust #AC4C16

Tints of Rust #AC4C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

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

R = 63.7%
G = 28.15%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC4C16 (or 0xAC4C16) is known color: Rust. HEX triplet: AC, 4C and 16. RGB value is (172,76,22). Sum of RGB (Red+Green+Blue) = 172+76+22=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4C16 is #53B3E9. Grayscale: #626262. Windows color (decimal): -5485546 or 1461420. OLE color: 1461420.

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

Color convert

RGB 172 76 22 -
CMYK 0 0.56 0.87 0.33
HSL 21.6º 0.77% 0.38% -
HSV(B) 21.6º 0.87% 0.67% -
XYZ 19.74 14 2.42 -
YUV 98.55 84.8 180.39 -
System Red Green Blue C M Y K H S L
Decimal 172 76 22 0 0.56 0.87 0.33 21.6 0.77 0.38
Hex AC 4C 16 0 38 57 21 16 4D 26
Octal 254 114 26 0 70 127 41 26 115 46
Binary 10101100 1001100 10110 0 111000 1010111 100001 10110 1001101 100110

Color Harmonies of #AC4C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C16

Black with #AC4C16

Text Example


Text Example

White with #AC4C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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