Html Css Color HEX #AC4418 Rust

📋 copy color: '#AC4418'

red 172 ◦ green 68 ◦ blue 24

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

Shades of Rust #AC4418

Tints of Rust #AC4418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.76%

 BLUE value IS 24 (9.77% from 255) = 9.09%

R = 65.15%
G = 25.76%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC4418 (or 0xAC4418) is known color: Rust. HEX triplet: AC, 44 and 18. RGB value is (172,68,24). Sum of RGB (Red+Green+Blue) = 172+68+24=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4418 is #53BBE7. Grayscale: #5E5E5E. Windows color (decimal): -5487592 or 1590444. OLE color: 1590444.

HSL color Cylindrical-coordinate representation of color #AC4418: hue angle of 17.84º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC4418 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 68 24 -
CMYK 0 0.60 0.86 0.33
HSL 17.84º 0.76% 0.38% -
HSV(B) 17.84º 0.86% 0.67% -
XYZ 19.25 12.97 2.35 -
YUV 94.08 88.46 183.58 -
System Red Green Blue C M Y K H S L
Decimal 172 68 24 0 0.60 0.86 0.33 17.84 0.76 0.38
Hex AC 44 18 0 3C 56 21 12 4C 26
Octal 254 104 30 0 74 126 41 22 114 46
Binary 10101100 1000100 11000 0 111100 1010110 100001 10010 1001100 100110

Color Harmonies of #AC4418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4418

Black with #AC4418

Text Example


Text Example

White with #AC4418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4418; }

 p { color: rgb(172,68,24); }

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

background-color css

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

 a { background-color: rgb(172,68,24); }

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

border-color css

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

 span { border-color: rgb(172,68,24); }

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