Html Css Color HEX #AC4A04 Rust

📋 copy color: '#AC4A04'

red 172 ◦ green 74 ◦ blue 4

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

Shades of Rust #AC4A04

Tints of Rust #AC4A04

RGB

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

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

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

R = 68.8%
G = 29.6%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC4A04 (or 0xAC4A04) is known color: Rust. HEX triplet: AC, 4A and 04. RGB value is (172,74,4). Sum of RGB (Red+Green+Blue) = 172+74+4=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A04 is #53B5FB. Grayscale: #5F5F5F. Windows color (decimal): -5486076 or 281260. OLE color: 281260.

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

Color convert

RGB 172 74 4 -
CMYK 0 0.57 0.98 0.33
HSL 25º 0.95% 0.35% -
HSV(B) 25º 0.98% 0.67% -
XYZ 19.48 13.68 1.73 -
YUV 95.32 76.47 182.69 -
System Red Green Blue C M Y K H S L
Decimal 172 74 4 0 0.57 0.98 0.33 25 0.95 0.35
Hex AC 4A 4 0 39 62 21 19 5F 23
Octal 254 112 4 0 71 142 41 31 137 43
Binary 10101100 1001010 100 0 111001 1100010 100001 11001 1011111 100011

Color Harmonies of #AC4A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A04

Black with #AC4A04

Text Example


Text Example

White with #AC4A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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