Html Css Color HEX #AC4F06 Rust

📋 copy color: '#AC4F06'

red 172 ◦ green 79 ◦ blue 6

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

Shades of Rust #AC4F06

Tints of Rust #AC4F06

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.74%

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

R = 66.93%
G = 30.74%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC4F06 (or 0xAC4F06) is known color: Rust. HEX triplet: AC, 4F and 06. RGB value is (172,79,6). Sum of RGB (Red+Green+Blue) = 172+79+6=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4F06 is #53B0F9. Grayscale: #626262. Windows color (decimal): -5484794 or 413612. OLE color: 413612.

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

Color convert

RGB 172 79 6 -
CMYK 0 0.54 0.97 0.33
HSL 26.39º 0.93% 0.35% -
HSV(B) 26.39º 0.97% 0.67% -
XYZ 19.84 14.38 1.9 -
YUV 98.49 75.81 180.44 -
System Red Green Blue C M Y K H S L
Decimal 172 79 6 0 0.54 0.97 0.33 26.39 0.93 0.35
Hex AC 4F 6 0 36 61 21 1A 5D 23
Octal 254 117 6 0 66 141 41 32 135 43
Binary 10101100 1001111 110 0 110110 1100001 100001 11010 1011101 100011

Color Harmonies of #AC4F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4F06

Black with #AC4F06

Text Example


Text Example

White with #AC4F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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