Html Css Color HEX #AC4D12 Rust

📋 copy color: '#AC4D12'

red 172 ◦ green 77 ◦ blue 18

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

Shades of Rust #AC4D12

Tints of Rust #AC4D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.84%

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

R = 64.42%
G = 28.84%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC4D12 (or 0xAC4D12) is known color: Rust. HEX triplet: AC, 4D and 12. RGB value is (172,77,18). Sum of RGB (Red+Green+Blue) = 172+77+18=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4D12 is #53B2ED. Grayscale: #636363. Windows color (decimal): -5485294 or 1199532. OLE color: 1199532.

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

Color convert

RGB 172 77 18 -
CMYK 0 0.55 0.90 0.33
HSL 22.99º 0.81% 0.37% -
HSV(B) 22.99º 0.9% 0.67% -
XYZ 19.78 14.12 2.26 -
YUV 98.68 82.47 180.3 -
System Red Green Blue C M Y K H S L
Decimal 172 77 18 0 0.55 0.90 0.33 22.99 0.81 0.37
Hex AC 4D 12 0 37 5A 21 17 51 25
Octal 254 115 22 0 67 132 41 27 121 45
Binary 10101100 1001101 10010 0 110111 1011010 100001 10111 1010001 100101

Color Harmonies of #AC4D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D12

Black with #AC4D12

Text Example


Text Example

White with #AC4D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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