Html Css Color HEX #AC4516 Rust

📋 copy color: '#AC4516'

red 172 ◦ green 69 ◦ blue 22

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

Shades of Rust #AC4516

Tints of Rust #AC4516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.24%

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

R = 65.4%
G = 26.24%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC4516 (or 0xAC4516) is known color: Rust. HEX triplet: AC, 45 and 16. RGB value is (172,69,22). Sum of RGB (Red+Green+Blue) = 172+69+22=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4516 is #53BAE9. Grayscale: #5E5E5E. Windows color (decimal): -5487338 or 1459628. OLE color: 1459628.

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

Color convert

RGB 172 69 22 -
CMYK 0 0.60 0.87 0.33
HSL 18.8º 0.77% 0.38% -
HSV(B) 18.8º 0.87% 0.67% -
XYZ 19.29 13.08 2.27 -
YUV 94.44 87.12 183.32 -
System Red Green Blue C M Y K H S L
Decimal 172 69 22 0 0.60 0.87 0.33 18.8 0.77 0.38
Hex AC 45 16 0 3C 57 21 13 4D 26
Octal 254 105 26 0 74 127 41 23 115 46
Binary 10101100 1000101 10110 0 111100 1010111 100001 10011 1001101 100110

Color Harmonies of #AC4516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4516

Black with #AC4516

Text Example


Text Example

White with #AC4516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4516; }

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

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

background-color css

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

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

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

border-color css

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

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

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