Html Css Color HEX #AC4A05 Rust

📋 copy color: '#AC4A05'

red 172 ◦ green 74 ◦ blue 5

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

Shades of Rust #AC4A05

Tints of Rust #AC4A05

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.48%

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

R = 68.53%
G = 29.48%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC4A05 (or 0xAC4A05) is known color: Rust. HEX triplet: AC, 4A and 05. RGB value is (172,74,5). Sum of RGB (Red+Green+Blue) = 172+74+5=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A05 is #53B5FA. Grayscale: #5F5F5F. Windows color (decimal): -5486075 or 346796. OLE color: 346796.

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

Color convert

RGB 172 74 5 -
CMYK 0 0.57 0.97 0.33
HSL 24.79º 0.94% 0.35% -
HSV(B) 24.79º 0.97% 0.67% -
XYZ 19.49 13.68 1.76 -
YUV 95.44 76.97 182.61 -
System Red Green Blue C M Y K H S L
Decimal 172 74 5 0 0.57 0.97 0.33 24.79 0.94 0.35
Hex AC 4A 5 0 39 61 21 19 5E 23
Octal 254 112 5 0 71 141 41 31 136 43
Binary 10101100 1001010 101 0 111001 1100001 100001 11001 1011110 100011

Color Harmonies of #AC4A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A05

Black with #AC4A05

Text Example


Text Example

White with #AC4A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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