Html Css Color HEX #AC5506 Rust

📋 copy color: '#AC5506'

red 172 ◦ green 85 ◦ blue 6

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

Shades of Rust #AC5506

Tints of Rust #AC5506

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.32%

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

R = 65.4%
G = 32.32%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC5506 (or 0xAC5506) is known color: Rust. HEX triplet: AC, 55 and 06. RGB value is (172,85,6). Sum of RGB (Red+Green+Blue) = 172+85+6=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5506 is #53AAF9. Grayscale: #666666. Windows color (decimal): -5483258 or 415148. OLE color: 415148.

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

Color convert

RGB 172 85 6 -
CMYK 0 0.51 0.97 0.33
HSL 28.55º 0.93% 0.35% -
HSV(B) 28.55º 0.97% 0.67% -
XYZ 20.29 15.28 2.05 -
YUV 102.01 73.82 177.92 -
System Red Green Blue C M Y K H S L
Decimal 172 85 6 0 0.51 0.97 0.33 28.55 0.93 0.35
Hex AC 55 6 0 33 61 21 1D 5D 23
Octal 254 125 6 0 63 141 41 35 135 43
Binary 10101100 1010101 110 0 110011 1100001 100001 11101 1011101 100011

Color Harmonies of #AC5506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5506

Black with #AC5506

Text Example


Text Example

White with #AC5506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5506; }

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

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

background-color css

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

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

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

border-color css

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

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

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