Html Css Color HEX #AC4419 Rust

📋 copy color: '#AC4419'

red 172 ◦ green 68 ◦ blue 25

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

Shades of Rust #AC4419

Tints of Rust #AC4419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.43%

R = 64.91%
G = 25.66%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC4419 (or 0xAC4419) is known color: Rust. HEX triplet: AC, 44 and 19. RGB value is (172,68,25). Sum of RGB (Red+Green+Blue) = 172+68+25=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4419 is #53BBE6. Grayscale: #5E5E5E. Windows color (decimal): -5487591 or 1655980. OLE color: 1655980.

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

Color convert

RGB 172 68 25 -
CMYK 0 0.60 0.85 0.33
HSL 17.55º 0.75% 0.39% -
HSV(B) 17.55º 0.85% 0.67% -
XYZ 19.26 12.98 2.41 -
YUV 94.19 88.96 183.5 -
System Red Green Blue C M Y K H S L
Decimal 172 68 25 0 0.60 0.85 0.33 17.55 0.75 0.39
Hex AC 44 19 0 3C 55 21 12 4B 27
Octal 254 104 31 0 74 125 41 22 113 47
Binary 10101100 1000100 11001 0 111100 1010101 100001 10010 1001011 100111

Color Harmonies of #AC4419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4419

Black with #AC4419

Text Example


Text Example

White with #AC4419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4419; }

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

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

background-color css

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

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

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

border-color css

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

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

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