Html Css Color HEX #AC5504 Rust

📋 copy color: '#AC5504'

red 172 ◦ green 85 ◦ blue 4

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

Shades of Rust #AC5504

Tints of Rust #AC5504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 65.9%
G = 32.57%
B = 1.53%

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

#AC5504 (or 0xAC5504) is known color: Rust. HEX triplet: AC, 55 and 04. RGB value is (172,85,4). Sum of RGB (Red+Green+Blue) = 172+85+4=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5504 is #53AAFB. Grayscale: #666666. Windows color (decimal): -5483260 or 284076. OLE color: 284076.

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

Color convert

RGB 172 85 4 -
CMYK 0 0.51 0.98 0.33
HSL 28.93º 0.95% 0.35% -
HSV(B) 28.93º 0.98% 0.67% -
XYZ 20.28 15.28 1.99 -
YUV 101.78 72.82 178.09 -
System Red Green Blue C M Y K H S L
Decimal 172 85 4 0 0.51 0.98 0.33 28.93 0.95 0.35
Hex AC 55 4 0 33 62 21 1D 5F 23
Octal 254 125 4 0 63 142 41 35 137 43
Binary 10101100 1010101 100 0 110011 1100010 100001 11101 1011111 100011

Color Harmonies of #AC5504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5504

Black with #AC5504

Text Example


Text Example

White with #AC5504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5504; }

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

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

background-color css

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

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

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

border-color css

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

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

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