Html Css Color HEX #AC5006 Rust

📋 copy color: '#AC5006'

red 172 ◦ green 80 ◦ blue 6

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

Shades of Rust #AC5006

Tints of Rust #AC5006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.01%

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

R = 66.67%
G = 31.01%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC5006 (or 0xAC5006) is known color: Rust. HEX triplet: AC, 50 and 06. RGB value is (172,80,6). Sum of RGB (Red+Green+Blue) = 172+80+6=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5006 is #53AFF9. Grayscale: #636363. Windows color (decimal): -5484538 or 413868. OLE color: 413868.

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

Color convert

RGB 172 80 6 -
CMYK 0 0.53 0.97 0.33
HSL 26.75º 0.93% 0.35% -
HSV(B) 26.75º 0.97% 0.67% -
XYZ 19.91 14.52 1.93 -
YUV 99.07 75.48 180.02 -
System Red Green Blue C M Y K H S L
Decimal 172 80 6 0 0.53 0.97 0.33 26.75 0.93 0.35
Hex AC 50 6 0 35 61 21 1B 5D 23
Octal 254 120 6 0 65 141 41 33 135 43
Binary 10101100 1010000 110 0 110101 1100001 100001 11011 1011101 100011

Color Harmonies of #AC5006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5006

Black with #AC5006

Text Example


Text Example

White with #AC5006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5006; }

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

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

background-color css

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

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

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

border-color css

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

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

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