Html Css Color HEX #AC4C03 Rust

📋 copy color: '#AC4C03'

red 172 ◦ green 76 ◦ blue 3

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

Shades of Rust #AC4C03

Tints of Rust #AC4C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 68.53%
G = 30.28%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC4C03 (or 0xAC4C03) is known color: Rust. HEX triplet: AC, 4C and 03. RGB value is (172,76,3). Sum of RGB (Red+Green+Blue) = 172+76+3=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4C03 is #53B3FC. Grayscale: #606060. Windows color (decimal): -5485565 or 216236. OLE color: 216236.

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

Color convert

RGB 172 76 3 -
CMYK 0 0.56 0.98 0.33
HSL 25.92º 0.97% 0.34% -
HSV(B) 25.92º 0.98% 0.67% -
XYZ 19.61 13.95 1.74 -
YUV 96.38 75.3 181.94 -
System Red Green Blue C M Y K H S L
Decimal 172 76 3 0 0.56 0.98 0.33 25.92 0.97 0.34
Hex AC 4C 3 0 38 62 21 1A 61 22
Octal 254 114 3 0 70 142 41 32 141 42
Binary 10101100 1001100 11 0 111000 1100010 100001 11010 1100001 100010

Color Harmonies of #AC4C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C03

Black with #AC4C03

Text Example


Text Example

White with #AC4C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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