Html Css Color HEX #AC4D05 Rust

📋 copy color: '#AC4D05'

red 172 ◦ green 77 ◦ blue 5

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

Shades of Rust #AC4D05

Tints of Rust #AC4D05

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.31%

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

R = 67.72%
G = 30.31%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC4D05 (or 0xAC4D05) is known color: Rust. HEX triplet: AC, 4D and 05. RGB value is (172,77,5). Sum of RGB (Red+Green+Blue) = 172+77+5=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4D05 is #53B2FA. Grayscale: #616161. Windows color (decimal): -5485307 or 347564. OLE color: 347564.

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

Color convert

RGB 172 77 5 -
CMYK 0 0.55 0.97 0.33
HSL 25.87º 0.94% 0.35% -
HSV(B) 25.87º 0.97% 0.67% -
XYZ 19.69 14.09 1.83 -
YUV 97.2 75.97 181.35 -
System Red Green Blue C M Y K H S L
Decimal 172 77 5 0 0.55 0.97 0.33 25.87 0.94 0.35
Hex AC 4D 5 0 37 61 21 1A 5E 23
Octal 254 115 5 0 67 141 41 32 136 43
Binary 10101100 1001101 101 0 110111 1100001 100001 11010 1011110 100011

Color Harmonies of #AC4D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D05

Black with #AC4D05

Text Example


Text Example

White with #AC4D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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