Html Css Color HEX #AC4300 Rust

📋 copy color: '#AC4300'

red 172 ◦ green 67 ◦ blue 0

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

Shades of Rust #AC4300

Tints of Rust #AC4300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.03%

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

R = 71.97%
G = 28.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC4300 (or 0xAC4300) is known color: Rust. HEX triplet: AC, 43 and 00. RGB value is (172,67,0). Sum of RGB (Red+Green+Blue) = 172+67+0=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4300 is #53BCFF. Grayscale: #5B5B5B. Windows color (decimal): -5487872 or 17324. OLE color: 17324.

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

Color convert

RGB 172 67 0 -
CMYK 0 0.61 1 0.33
HSL 23.37º 1% 0.34% -
HSV(B) 23.37º 1% 0.67% -
XYZ 19.02 12.78 1.47 -
YUV 90.76 76.79 185.95 -
System Red Green Blue C M Y K H S L
Decimal 172 67 0 0 0.61 1 0.33 23.37 1 0.34
Hex AC 43 0 0 3D 64 21 17 64 22
Octal 254 103 0 0 75 144 41 27 144 42
Binary 10101100 1000011 0 0 111101 1100100 100001 10111 1100100 100010

Color Harmonies of #AC4300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4300

Black with #AC4300

Text Example


Text Example

White with #AC4300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4300; }

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

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

background-color css

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

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

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

border-color css

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

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

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