Html Css Color HEX #AC4A09 Rust

📋 copy color: '#AC4A09'

red 172 ◦ green 74 ◦ blue 9

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

Shades of Rust #AC4A09

Tints of Rust #AC4A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.53%

R = 67.45%
G = 29.02%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC4A09 (or 0xAC4A09) is known color: Rust. HEX triplet: AC, 4A and 09. RGB value is (172,74,9). Sum of RGB (Red+Green+Blue) = 172+74+9=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A09 is #53B5F6. Grayscale: #606060. Windows color (decimal): -5486071 or 608940. OLE color: 608940.

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

Color convert

RGB 172 74 9 -
CMYK 0 0.57 0.95 0.33
HSL 23.93º 0.9% 0.35% -
HSV(B) 23.93º 0.95% 0.67% -
XYZ 19.51 13.69 1.87 -
YUV 95.89 78.97 182.29 -
System Red Green Blue C M Y K H S L
Decimal 172 74 9 0 0.57 0.95 0.33 23.93 0.9 0.35
Hex AC 4A 9 0 39 5F 21 18 5A 23
Octal 254 112 11 0 71 137 41 30 132 43
Binary 10101100 1001010 1001 0 111001 1011111 100001 11000 1011010 100011

Color Harmonies of #AC4A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A09

Black with #AC4A09

Text Example


Text Example

White with #AC4A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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