Html Css Color HEX #AC5306 Rust

📋 copy color: '#AC5306'

red 172 ◦ green 83 ◦ blue 6

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

Shades of Rust #AC5306

Tints of Rust #AC5306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.8%

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

R = 65.9%
G = 31.8%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC5306 (or 0xAC5306) is known color: Rust. HEX triplet: AC, 53 and 06. RGB value is (172,83,6). Sum of RGB (Red+Green+Blue) = 172+83+6=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5306 is #53ACF9. Grayscale: #656565. Windows color (decimal): -5483770 or 414636. OLE color: 414636.

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

Color convert

RGB 172 83 6 -
CMYK 0 0.52 0.97 0.33
HSL 27.83º 0.93% 0.35% -
HSV(B) 27.83º 0.97% 0.67% -
XYZ 20.14 14.97 2 -
YUV 100.83 74.49 178.76 -
System Red Green Blue C M Y K H S L
Decimal 172 83 6 0 0.52 0.97 0.33 27.83 0.93 0.35
Hex AC 53 6 0 34 61 21 1C 5D 23
Octal 254 123 6 0 64 141 41 34 135 43
Binary 10101100 1010011 110 0 110100 1100001 100001 11100 1011101 100011

Color Harmonies of #AC5306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5306

Black with #AC5306

Text Example


Text Example

White with #AC5306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5306; }

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

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

background-color css

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

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

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

border-color css

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

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

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