Html Css Color HEX #AC5503 Rust

📋 copy color: '#AC5503'

red 172 ◦ green 85 ◦ blue 3

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

Shades of Rust #AC5503

Tints of Rust #AC5503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 66.15%
G = 32.69%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC5503 (or 0xAC5503) is known color: Rust. HEX triplet: AC, 55 and 03. RGB value is (172,85,3). Sum of RGB (Red+Green+Blue) = 172+85+3=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5503 is #53AAFC. Grayscale: #666666. Windows color (decimal): -5483261 or 218540. OLE color: 218540.

HSL color Cylindrical-coordinate representation of color #AC5503: hue angle of 29.11º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC5503 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 85 3 -
CMYK 0 0.51 0.98 0.33
HSL 29.11º 0.97% 0.34% -
HSV(B) 29.11º 0.98% 0.67% -
XYZ 20.28 15.27 1.97 -
YUV 101.67 72.32 178.17 -
System Red Green Blue C M Y K H S L
Decimal 172 85 3 0 0.51 0.98 0.33 29.11 0.97 0.34
Hex AC 55 3 0 33 62 21 1D 61 22
Octal 254 125 3 0 63 142 41 35 141 42
Binary 10101100 1010101 11 0 110011 1100010 100001 11101 1100001 100010

Color Harmonies of #AC5503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5503

Black with #AC5503

Text Example


Text Example

White with #AC5503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5503; }

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

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

background-color css

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

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

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

border-color css

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

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

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