Html Css Color HEX #AC4C12 Rust

📋 copy color: '#AC4C12'

red 172 ◦ green 76 ◦ blue 18

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

Shades of Rust #AC4C12

Tints of Rust #AC4C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.57%

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

R = 64.66%
G = 28.57%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC4C12 (or 0xAC4C12) is known color: Rust. HEX triplet: AC, 4C and 12. RGB value is (172,76,18). Sum of RGB (Red+Green+Blue) = 172+76+18=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4C12 is #53B3ED. Grayscale: #626262. Windows color (decimal): -5485550 or 1199276. OLE color: 1199276.

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

Color convert

RGB 172 76 18 -
CMYK 0 0.56 0.90 0.33
HSL 22.6º 0.81% 0.37% -
HSV(B) 22.6º 0.9% 0.67% -
XYZ 19.71 13.98 2.23 -
YUV 98.09 82.8 180.72 -
System Red Green Blue C M Y K H S L
Decimal 172 76 18 0 0.56 0.90 0.33 22.6 0.81 0.37
Hex AC 4C 12 0 38 5A 21 17 51 25
Octal 254 114 22 0 70 132 41 27 121 45
Binary 10101100 1001100 10010 0 111000 1011010 100001 10111 1010001 100101

Color Harmonies of #AC4C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C12

Black with #AC4C12

Text Example


Text Example

White with #AC4C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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