Html Css Color HEX #AC3316 Rust

📋 copy color: '#AC3316'

red 172 ◦ green 51 ◦ blue 22

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

Shades of Rust #AC3316

Tints of Rust #AC3316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

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

R = 70.2%
G = 20.82%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC3316 (or 0xAC3316) is known color: Rust. HEX triplet: AC, 33 and 16. RGB value is (172,51,22). Sum of RGB (Red+Green+Blue) = 172+51+22=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3316 is #53CCE9. Grayscale: #545454. Windows color (decimal): -5491946 or 1455020. OLE color: 1455020.

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

Color convert

RGB 172 51 22 -
CMYK 0 0.70 0.87 0.33
HSL 11.6º 0.77% 0.38% -
HSV(B) 11.6º 0.87% 0.67% -
XYZ 18.34 11.2 1.95 -
YUV 83.87 93.09 190.86 -
System Red Green Blue C M Y K H S L
Decimal 172 51 22 0 0.70 0.87 0.33 11.6 0.77 0.38
Hex AC 33 16 0 46 57 21 C 4D 26
Octal 254 63 26 0 106 127 41 14 115 46
Binary 10101100 110011 10110 0 1000110 1010111 100001 1100 1001101 100110

Color Harmonies of #AC3316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3316

Black with #AC3316

Text Example


Text Example

White with #AC3316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3316; }

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

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

background-color css

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

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

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

border-color css

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

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

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