Html Css Color HEX #AC4810 Rust

📋 copy color: '#AC4810'

red 172 ◦ green 72 ◦ blue 16

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

Shades of Rust #AC4810

Tints of Rust #AC4810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.15%

R = 66.15%
G = 27.69%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC4810 (or 0xAC4810) is known color: Rust. HEX triplet: AC, 48 and 10. RGB value is (172,72,16). Sum of RGB (Red+Green+Blue) = 172+72+16=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4810 is #53B7EF. Grayscale: #5F5F5F. Windows color (decimal): -5486576 or 1067180. OLE color: 1067180.

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

Color convert

RGB 172 72 16 -
CMYK 0 0.58 0.91 0.33
HSL 21.54º 0.83% 0.37% -
HSV(B) 21.54º 0.91% 0.67% -
XYZ 19.42 13.44 2.06 -
YUV 95.52 83.13 182.55 -
System Red Green Blue C M Y K H S L
Decimal 172 72 16 0 0.58 0.91 0.33 21.54 0.83 0.37
Hex AC 48 10 0 3A 5B 21 16 53 25
Octal 254 110 20 0 72 133 41 26 123 45
Binary 10101100 1001000 10000 0 111010 1011011 100001 10110 1010011 100101

Color Harmonies of #AC4810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4810

Black with #AC4810

Text Example


Text Example

White with #AC4810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4810; }

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

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

background-color css

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

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

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

border-color css

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

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

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