Html Css Color HEX #AC4C06 Rust

📋 copy color: '#AC4C06'

red 172 ◦ green 76 ◦ blue 6

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

Shades of Rust #AC4C06

Tints of Rust #AC4C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.36%

R = 67.72%
G = 29.92%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC4C06 (or 0xAC4C06) is known color: Rust. HEX triplet: AC, 4C and 06. RGB value is (172,76,6). Sum of RGB (Red+Green+Blue) = 172+76+6=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4C06 is #53B3F9. Grayscale: #616161. Windows color (decimal): -5485562 or 412844. OLE color: 412844.

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

Color convert

RGB 172 76 6 -
CMYK 0 0.56 0.97 0.33
HSL 25.3º 0.93% 0.35% -
HSV(B) 25.3º 0.97% 0.67% -
XYZ 19.63 13.95 1.83 -
YUV 96.72 76.8 181.69 -
System Red Green Blue C M Y K H S L
Decimal 172 76 6 0 0.56 0.97 0.33 25.3 0.93 0.35
Hex AC 4C 6 0 38 61 21 19 5D 23
Octal 254 114 6 0 70 141 41 31 135 43
Binary 10101100 1001100 110 0 111000 1100001 100001 11001 1011101 100011

Color Harmonies of #AC4C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C06

Black with #AC4C06

Text Example


Text Example

White with #AC4C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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