Html Css Color HEX #AC4700 Rust

📋 copy color: '#AC4700'

red 172 ◦ green 71 ◦ blue 0

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

Shades of Rust #AC4700

Tints of Rust #AC4700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.78%
G = 29.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC4700 (or 0xAC4700) is known color: Rust. HEX triplet: AC, 47 and 00. RGB value is (172,71,0). Sum of RGB (Red+Green+Blue) = 172+71+0=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4700 is #53B8FF. Grayscale: #5D5D5D. Windows color (decimal): -5486848 or 18348. OLE color: 18348.

HSL color Cylindrical-coordinate representation of color #AC4700: hue angle of 24.77º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC4700 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 71 0 -
CMYK 0 0.59 1 0.33
HSL 24.77º 1% 0.34% -
HSV(B) 24.77º 1% 0.67% -
XYZ 19.27 13.28 1.55 -
YUV 93.11 75.46 184.27 -
System Red Green Blue C M Y K H S L
Decimal 172 71 0 0 0.59 1 0.33 24.77 1 0.34
Hex AC 47 0 0 3B 64 21 19 64 22
Octal 254 107 0 0 73 144 41 31 144 42
Binary 10101100 1000111 0 0 111011 1100100 100001 11001 1100100 100010

Color Harmonies of #AC4700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4700

Black with #AC4700

Text Example


Text Example

White with #AC4700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4700; }

 p { color: rgb(172,71,0); }

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

background-color css

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

 a { background-color: rgb(172,71,0); }

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

border-color css

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

 span { border-color: rgb(172,71,0); }

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