Html Css Color HEX #AC4A19 Rust

📋 copy color: '#AC4A19'

red 172 ◦ green 74 ◦ blue 25

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

Shades of Rust #AC4A19

Tints of Rust #AC4A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.31%

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

R = 63.47%
G = 27.31%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC4A19 (or 0xAC4A19) is known color: Rust. HEX triplet: AC, 4A and 19. RGB value is (172,74,25). Sum of RGB (Red+Green+Blue) = 172+74+25=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A19 is #53B5E6. Grayscale: #626262. Windows color (decimal): -5486055 or 1657516. OLE color: 1657516.

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

Color convert

RGB 172 74 25 -
CMYK 0 0.57 0.85 0.33
HSL 20º 0.75% 0.39% -
HSV(B) 20º 0.85% 0.67% -
XYZ 19.64 13.74 2.54 -
YUV 97.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 172 74 25 0 0.57 0.85 0.33 20 0.75 0.39
Hex AC 4A 19 0 39 55 21 14 4B 27
Octal 254 112 31 0 71 125 41 24 113 47
Binary 10101100 1001010 11001 0 111001 1010101 100001 10100 1001011 100111

Color Harmonies of #AC4A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A19

Black with #AC4A19

Text Example


Text Example

White with #AC4A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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