Html Css Color HEX #AC4806 Rust

📋 copy color: '#AC4806'

red 172 ◦ green 72 ◦ blue 6

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

Shades of Rust #AC4806

Tints of Rust #AC4806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.8%

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

R = 68.8%
G = 28.8%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC4806 (or 0xAC4806) is known color: Rust. HEX triplet: AC, 48 and 06. RGB value is (172,72,6). Sum of RGB (Red+Green+Blue) = 172+72+6=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4806 is #53B7F9. Grayscale: #5E5E5E. Windows color (decimal): -5486586 or 411820. OLE color: 411820.

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

Color convert

RGB 172 72 6 -
CMYK 0 0.58 0.97 0.33
HSL 23.86º 0.93% 0.35% -
HSV(B) 23.86º 0.97% 0.67% -
XYZ 19.36 13.42 1.74 -
YUV 94.38 78.13 183.37 -
System Red Green Blue C M Y K H S L
Decimal 172 72 6 0 0.58 0.97 0.33 23.86 0.93 0.35
Hex AC 48 6 0 3A 61 21 18 5D 23
Octal 254 110 6 0 72 141 41 30 135 43
Binary 10101100 1001000 110 0 111010 1100001 100001 11000 1011101 100011

Color Harmonies of #AC4806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4806

Black with #AC4806

Text Example


Text Example

White with #AC4806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4806; }

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

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

background-color css

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

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

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

border-color css

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

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

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