Html Css Color HEX #AC4B16 Rust

📋 copy color: '#AC4B16'

red 172 ◦ green 75 ◦ blue 22

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

Shades of Rust #AC4B16

Tints of Rust #AC4B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.88%

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

R = 63.94%
G = 27.88%
B = 8.18%

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

#AC4B16 (or 0xAC4B16) is known color: Rust. HEX triplet: AC, 4B and 16. RGB value is (172,75,22). Sum of RGB (Red+Green+Blue) = 172+75+22=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4B16 is #53B4E9. Grayscale: #626262. Windows color (decimal): -5485802 or 1461164. OLE color: 1461164.

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

Color convert

RGB 172 75 22 -
CMYK 0 0.56 0.87 0.33
HSL 21.2º 0.77% 0.38% -
HSV(B) 21.2º 0.87% 0.67% -
XYZ 19.67 13.86 2.4 -
YUV 97.96 85.14 180.81 -
System Red Green Blue C M Y K H S L
Decimal 172 75 22 0 0.56 0.87 0.33 21.2 0.77 0.38
Hex AC 4B 16 0 38 57 21 15 4D 26
Octal 254 113 26 0 70 127 41 25 115 46
Binary 10101100 1001011 10110 0 111000 1010111 100001 10101 1001101 100110

Color Harmonies of #AC4B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4B16

Black with #AC4B16

Text Example


Text Example

White with #AC4B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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