Html Css Color HEX #AC4C0F Rust

📋 copy color: '#AC4C0F'

red 172 ◦ green 76 ◦ blue 15

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

Shades of Rust #AC4C0F

Tints of Rust #AC4C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 65.4%
G = 28.9%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC4C0F (or 0xAC4C0F) is known color: Rust. HEX triplet: AC, 4C and 0F. RGB value is (172,76,15). Sum of RGB (Red+Green+Blue) = 172+76+15=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4C0F is #53B3F0. Grayscale: #626262. Windows color (decimal): -5485553 or 1002668. OLE color: 1002668.

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

Color convert

RGB 172 76 15 -
CMYK 0 0.56 0.91 0.33
HSL 23.31º 0.84% 0.37% -
HSV(B) 23.31º 0.91% 0.67% -
XYZ 19.68 13.97 2.11 -
YUV 97.75 81.3 180.96 -
System Red Green Blue C M Y K H S L
Decimal 172 76 15 0 0.56 0.91 0.33 23.31 0.84 0.37
Hex AC 4C F 0 38 5B 21 17 54 25
Octal 254 114 17 0 70 133 41 27 124 45
Binary 10101100 1001100 1111 0 111000 1011011 100001 10111 1010100 100101

Color Harmonies of #AC4C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C0F

Black with #AC4C0F

Text Example


Text Example

White with #AC4C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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