Html Css Color HEX #AC4800 Rust

📋 copy color: '#AC4800'

red 172 ◦ green 72 ◦ blue 0

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

Shades of Rust #AC4800

Tints of Rust #AC4800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.49%
G = 29.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC4800 (or 0xAC4800) is known color: Rust. HEX triplet: AC, 48 and 00. RGB value is (172,72,0). Sum of RGB (Red+Green+Blue) = 172+72+0=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4800 is #53B7FF. Grayscale: #5E5E5E. Windows color (decimal): -5486592 or 18604. OLE color: 18604.

HSL color Cylindrical-coordinate representation of color #AC4800: hue angle of 25.12º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC4800 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 72 0 -
CMYK 0 0.58 1 0.33
HSL 25.12º 1% 0.34% -
HSV(B) 25.12º 1% 0.67% -
XYZ 19.33 13.41 1.57 -
YUV 93.69 75.13 183.85 -
System Red Green Blue C M Y K H S L
Decimal 172 72 0 0 0.58 1 0.33 25.12 1 0.34
Hex AC 48 0 0 3A 64 21 19 64 22
Octal 254 110 0 0 72 144 41 31 144 42
Binary 10101100 1001000 0 0 111010 1100100 100001 11001 1100100 100010

Color Harmonies of #AC4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4800

Black with #AC4800

Text Example


Text Example

White with #AC4800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4800; }

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

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

background-color css

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

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

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

border-color css

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

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

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