Html Css Color HEX #AC4C0A Rust

📋 copy color: '#AC4C0A'

red 172 ◦ green 76 ◦ blue 10

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

Shades of Rust #AC4C0A

Tints of Rust #AC4C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.88%

R = 66.67%
G = 29.46%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC4C0A (or 0xAC4C0A) is known color: Rust. HEX triplet: AC, 4C and 0A. RGB value is (172,76,10). Sum of RGB (Red+Green+Blue) = 172+76+10=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4C0A is #53B3F5. Grayscale: #616161. Windows color (decimal): -5485558 or 674988. OLE color: 674988.

HSL color Cylindrical-coordinate representation of color #AC4C0A: hue angle of 24.44º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC4C0A is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 76 10 -
CMYK 0 0.56 0.94 0.33
HSL 24.44º 0.89% 0.36% -
HSV(B) 24.44º 0.94% 0.67% -
XYZ 19.65 13.96 1.95 -
YUV 97.18 78.8 181.37 -
System Red Green Blue C M Y K H S L
Decimal 172 76 10 0 0.56 0.94 0.33 24.44 0.89 0.36
Hex AC 4C A 0 38 5E 21 18 59 24
Octal 254 114 12 0 70 136 41 30 131 44
Binary 10101100 1001100 1010 0 111000 1011110 100001 11000 1011001 100100

Color Harmonies of #AC4C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C0A

Black with #AC4C0A

Text Example


Text Example

White with #AC4C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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