Html Css Color HEX #AC4219 Rust

📋 copy color: '#AC4219'

red 172 ◦ green 66 ◦ blue 25

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

Shades of Rust #AC4219

Tints of Rust #AC4219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.1%

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

R = 65.4%
G = 25.1%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC4219 (or 0xAC4219) is known color: Rust. HEX triplet: AC, 42 and 19. RGB value is (172,66,25). Sum of RGB (Red+Green+Blue) = 172+66+25=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4219 is #53BDE6. Grayscale: #5D5D5D. Windows color (decimal): -5488103 or 1655468. OLE color: 1655468.

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

Color convert

RGB 172 66 25 -
CMYK 0 0.62 0.85 0.33
HSL 16.73º 0.75% 0.39% -
HSV(B) 16.73º 0.85% 0.67% -
XYZ 19.14 12.74 2.37 -
YUV 93.02 89.62 184.33 -
System Red Green Blue C M Y K H S L
Decimal 172 66 25 0 0.62 0.85 0.33 16.73 0.75 0.39
Hex AC 42 19 0 3E 55 21 11 4B 27
Octal 254 102 31 0 76 125 41 21 113 47
Binary 10101100 1000010 11001 0 111110 1010101 100001 10001 1001011 100111

Color Harmonies of #AC4219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4219

Black with #AC4219

Text Example


Text Example

White with #AC4219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4219; }

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

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

background-color css

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

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

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

border-color css

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

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

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