Html Css Color HEX #AC4316 Rust

📋 copy color: '#AC4316'

red 172 ◦ green 67 ◦ blue 22

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

Shades of Rust #AC4316

Tints of Rust #AC4316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

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

R = 65.9%
G = 25.67%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC4316 (or 0xAC4316) is known color: Rust. HEX triplet: AC, 43 and 16. RGB value is (172,67,22). Sum of RGB (Red+Green+Blue) = 172+67+22=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4316 is #53BCE9. Grayscale: #5D5D5D. Windows color (decimal): -5487850 or 1459116. OLE color: 1459116.

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

Color convert

RGB 172 67 22 -
CMYK 0 0.61 0.87 0.33
HSL 18º 0.77% 0.38% -
HSV(B) 18º 0.87% 0.67% -
XYZ 19.17 12.84 2.23 -
YUV 93.27 87.79 184.16 -
System Red Green Blue C M Y K H S L
Decimal 172 67 22 0 0.61 0.87 0.33 18 0.77 0.38
Hex AC 43 16 0 3D 57 21 12 4D 26
Octal 254 103 26 0 75 127 41 22 115 46
Binary 10101100 1000011 10110 0 111101 1010111 100001 10010 1001101 100110

Color Harmonies of #AC4316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4316

Black with #AC4316

Text Example


Text Example

White with #AC4316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4316; }

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

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

background-color css

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

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

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

border-color css

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

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

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