Html Css Color HEX #AC4519 Rust

📋 copy color: '#AC4519'

red 172 ◦ green 69 ◦ blue 25

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

Shades of Rust #AC4519

Tints of Rust #AC4519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.94%

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

R = 64.66%
G = 25.94%
B = 9.4%

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

#AC4519 (or 0xAC4519) is known color: Rust. HEX triplet: AC, 45 and 19. RGB value is (172,69,25). Sum of RGB (Red+Green+Blue) = 172+69+25=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4519 is #53BAE6. Grayscale: #5F5F5F. Windows color (decimal): -5487335 or 1656236. OLE color: 1656236.

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

Color convert

RGB 172 69 25 -
CMYK 0 0.60 0.85 0.33
HSL 17.96º 0.75% 0.39% -
HSV(B) 17.96º 0.85% 0.67% -
XYZ 19.32 13.1 2.43 -
YUV 94.78 88.62 183.08 -
System Red Green Blue C M Y K H S L
Decimal 172 69 25 0 0.60 0.85 0.33 17.96 0.75 0.39
Hex AC 45 19 0 3C 55 21 12 4B 27
Octal 254 105 31 0 74 125 41 22 113 47
Binary 10101100 1000101 11001 0 111100 1010101 100001 10010 1001011 100111

Color Harmonies of #AC4519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4519

Black with #AC4519

Text Example


Text Example

White with #AC4519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4519; }

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

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

background-color css

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

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

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

border-color css

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

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

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