Html Css Color HEX #AC3716 Rust

📋 copy color: '#AC3716'

red 172 ◦ green 55 ◦ blue 22

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

Shades of Rust #AC3716

Tints of Rust #AC3716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

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

R = 69.08%
G = 22.09%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC3716 (or 0xAC3716) is known color: Rust. HEX triplet: AC, 37 and 16. RGB value is (172,55,22). Sum of RGB (Red+Green+Blue) = 172+55+22=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3716 is #53C8E9. Grayscale: #565656. Windows color (decimal): -5490922 or 1456044. OLE color: 1456044.

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

Color convert

RGB 172 55 22 -
CMYK 0 0.68 0.87 0.33
HSL 13.2º 0.77% 0.38% -
HSV(B) 13.2º 0.87% 0.67% -
XYZ 18.52 11.56 2.01 -
YUV 86.22 91.76 189.18 -
System Red Green Blue C M Y K H S L
Decimal 172 55 22 0 0.68 0.87 0.33 13.2 0.77 0.38
Hex AC 37 16 0 44 57 21 D 4D 26
Octal 254 67 26 0 104 127 41 15 115 46
Binary 10101100 110111 10110 0 1000100 1010111 100001 1101 1001101 100110

Color Harmonies of #AC3716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3716

Black with #AC3716

Text Example


Text Example

White with #AC3716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3716; }

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

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

background-color css

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

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

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

border-color css

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

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

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