Html Css Color HEX #AC5305 Rust

📋 copy color: '#AC5305'

red 172 ◦ green 83 ◦ blue 5

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

Shades of Rust #AC5305

Tints of Rust #AC5305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 66.15%
G = 31.92%
B = 1.92%

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

#AC5305 (or 0xAC5305) is known color: Rust. HEX triplet: AC, 53 and 05. RGB value is (172,83,5). Sum of RGB (Red+Green+Blue) = 172+83+5=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5305 is #53ACFA. Grayscale: #656565. Windows color (decimal): -5483771 or 349100. OLE color: 349100.

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

Color convert

RGB 172 83 5 -
CMYK 0 0.52 0.97 0.33
HSL 28.02º 0.94% 0.35% -
HSV(B) 28.02º 0.97% 0.67% -
XYZ 20.13 14.97 1.97 -
YUV 100.72 73.99 178.84 -
System Red Green Blue C M Y K H S L
Decimal 172 83 5 0 0.52 0.97 0.33 28.02 0.94 0.35
Hex AC 53 5 0 34 61 21 1C 5E 23
Octal 254 123 5 0 64 141 41 34 136 43
Binary 10101100 1010011 101 0 110100 1100001 100001 11100 1011110 100011

Color Harmonies of #AC5305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5305

Black with #AC5305

Text Example


Text Example

White with #AC5305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5305; }

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

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

background-color css

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

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

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

border-color css

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

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

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