Html Css Color HEX #AC3C07 Rust

📋 copy color: '#AC3C07'

red 172 ◦ green 60 ◦ blue 7

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

Shades of Rust #AC3C07

Tints of Rust #AC3C07

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.1%

 BLUE value IS 7 (3.13% from 255) = 2.93%

R = 71.97%
G = 25.1%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC3C07 (or 0xAC3C07) is known color: Rust. HEX triplet: AC, 3C and 07. RGB value is (172,60,7). Sum of RGB (Red+Green+Blue) = 172+60+7=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3C07 is #53C3F8. Grayscale: #575757. Windows color (decimal): -5489657 or 474284. OLE color: 474284.

HSL color Cylindrical-coordinate representation of color #AC3C07: hue angle of 19.27º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC3C07 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 60 7 -
CMYK 0 0.65 0.96 0.33
HSL 19.27º 0.92% 0.35% -
HSV(B) 19.27º 0.96% 0.67% -
XYZ 18.67 12.02 1.54 -
YUV 87.45 82.61 188.31 -
System Red Green Blue C M Y K H S L
Decimal 172 60 7 0 0.65 0.96 0.33 19.27 0.92 0.35
Hex AC 3C 7 0 41 60 21 13 5C 23
Octal 254 74 7 0 101 140 41 23 134 43
Binary 10101100 111100 111 0 1000001 1100000 100001 10011 1011100 100011

Color Harmonies of #AC3C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C07

Black with #AC3C07

Text Example


Text Example

White with #AC3C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C07; }

 p { color: rgb(172,60,7); }

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

background-color css

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

 a { background-color: rgb(172,60,7); }

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

border-color css

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

 span { border-color: rgb(172,60,7); }

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