Html Css Color HEX #AC4819 Rust

📋 copy color: '#AC4819'

red 172 ◦ green 72 ◦ blue 25

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

Shades of Rust #AC4819

Tints of Rust #AC4819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.77%

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

R = 63.94%
G = 26.77%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC4819 (or 0xAC4819) is known color: Rust. HEX triplet: AC, 48 and 19. RGB value is (172,72,25). Sum of RGB (Red+Green+Blue) = 172+72+25=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4819 is #53B7E6. Grayscale: #606060. Windows color (decimal): -5486567 or 1657004. OLE color: 1657004.

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

Color convert

RGB 172 72 25 -
CMYK 0 0.58 0.85 0.33
HSL 19.18º 0.75% 0.39% -
HSV(B) 19.18º 0.85% 0.67% -
XYZ 19.51 13.48 2.49 -
YUV 96.54 87.63 181.82 -
System Red Green Blue C M Y K H S L
Decimal 172 72 25 0 0.58 0.85 0.33 19.18 0.75 0.39
Hex AC 48 19 0 3A 55 21 13 4B 27
Octal 254 110 31 0 72 125 41 23 113 47
Binary 10101100 1001000 11001 0 111010 1010101 100001 10011 1001011 100111

Color Harmonies of #AC4819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4819

Black with #AC4819

Text Example


Text Example

White with #AC4819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4819; }

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

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

background-color css

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

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

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

border-color css

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

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

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