Html Css Color HEX #AC4019 Rust

📋 copy color: '#AC4019'

red 172 ◦ green 64 ◦ blue 25

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

Shades of Rust #AC4019

Tints of Rust #AC4019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.52%

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

R = 65.9%
G = 24.52%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC4019 (or 0xAC4019) is known color: Rust. HEX triplet: AC, 40 and 19. RGB value is (172,64,25). Sum of RGB (Red+Green+Blue) = 172+64+25=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4019 is #53BFE6. Grayscale: #5C5C5C. Windows color (decimal): -5488615 or 1654956. OLE color: 1654956.

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

Color convert

RGB 172 64 25 -
CMYK 0 0.63 0.85 0.33
HSL 15.92º 0.75% 0.39% -
HSV(B) 15.92º 0.85% 0.67% -
XYZ 19.02 12.51 2.33 -
YUV 91.85 90.28 185.17 -
System Red Green Blue C M Y K H S L
Decimal 172 64 25 0 0.63 0.85 0.33 15.92 0.75 0.39
Hex AC 40 19 0 3F 55 21 10 4B 27
Octal 254 100 31 0 77 125 41 20 113 47
Binary 10101100 1000000 11001 0 111111 1010101 100001 10000 1001011 100111

Color Harmonies of #AC4019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4019

Black with #AC4019

Text Example


Text Example

White with #AC4019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4019; }

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

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

background-color css

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

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

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

border-color css

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

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

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