Html Css Color HEX #AC3C16 Rust

📋 copy color: '#AC3C16'

red 172 ◦ green 60 ◦ blue 22

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

Shades of Rust #AC3C16

Tints of Rust #AC3C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.62%

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

R = 67.72%
G = 23.62%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC3C16 (or 0xAC3C16) is known color: Rust. HEX triplet: AC, 3C and 16. RGB value is (172,60,22). Sum of RGB (Red+Green+Blue) = 172+60+22=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3C16 is #53C3E9. Grayscale: #595959. Windows color (decimal): -5489642 or 1457324. OLE color: 1457324.

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

Color convert

RGB 172 60 22 -
CMYK 0 0.65 0.87 0.33
HSL 15.2º 0.77% 0.38% -
HSV(B) 15.2º 0.87% 0.67% -
XYZ 18.77 12.06 2.1 -
YUV 89.16 90.11 187.09 -
System Red Green Blue C M Y K H S L
Decimal 172 60 22 0 0.65 0.87 0.33 15.2 0.77 0.38
Hex AC 3C 16 0 41 57 21 F 4D 26
Octal 254 74 26 0 101 127 41 17 115 46
Binary 10101100 111100 10110 0 1000001 1010111 100001 1111 1001101 100110

Color Harmonies of #AC3C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C16

Black with #AC3C16

Text Example


Text Example

White with #AC3C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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