Html Css Color HEX #AC4812 Rust

📋 copy color: '#AC4812'

red 172 ◦ green 72 ◦ blue 18

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

Shades of Rust #AC4812

Tints of Rust #AC4812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.87%

R = 65.65%
G = 27.48%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC4812 (or 0xAC4812) is known color: Rust. HEX triplet: AC, 48 and 12. RGB value is (172,72,18). Sum of RGB (Red+Green+Blue) = 172+72+18=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4812 is #53B7ED. Grayscale: #606060. Windows color (decimal): -5486574 or 1198252. OLE color: 1198252.

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

Color convert

RGB 172 72 18 -
CMYK 0 0.58 0.90 0.33
HSL 21.04º 0.81% 0.37% -
HSV(B) 21.04º 0.9% 0.67% -
XYZ 19.44 13.45 2.14 -
YUV 95.74 84.13 182.39 -
System Red Green Blue C M Y K H S L
Decimal 172 72 18 0 0.58 0.90 0.33 21.04 0.81 0.37
Hex AC 48 12 0 3A 5A 21 15 51 25
Octal 254 110 22 0 72 132 41 25 121 45
Binary 10101100 1001000 10010 0 111010 1011010 100001 10101 1010001 100101

Color Harmonies of #AC4812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4812

Black with #AC4812

Text Example


Text Example

White with #AC4812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4812; }

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

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

background-color css

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

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

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

border-color css

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

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

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