Html Css Color HEX #AC4009 Rust

📋 copy color: '#AC4009'

red 172 ◦ green 64 ◦ blue 9

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

Shades of Rust #AC4009

Tints of Rust #AC4009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

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

R = 70.2%
G = 26.12%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC4009 (or 0xAC4009) is known color: Rust. HEX triplet: AC, 40 and 09. RGB value is (172,64,9). Sum of RGB (Red+Green+Blue) = 172+64+9=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4009 is #53BFF6. Grayscale: #5A5A5A. Windows color (decimal): -5488631 or 606380. OLE color: 606380.

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

Color convert

RGB 172 64 9 -
CMYK 0 0.63 0.95 0.33
HSL 20.25º 0.9% 0.35% -
HSV(B) 20.25º 0.95% 0.67% -
XYZ 18.9 12.46 1.67 -
YUV 90.02 82.28 186.47 -
System Red Green Blue C M Y K H S L
Decimal 172 64 9 0 0.63 0.95 0.33 20.25 0.9 0.35
Hex AC 40 9 0 3F 5F 21 14 5A 23
Octal 254 100 11 0 77 137 41 24 132 43
Binary 10101100 1000000 1001 0 111111 1011111 100001 10100 1011010 100011

Color Harmonies of #AC4009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4009

Black with #AC4009

Text Example


Text Example

White with #AC4009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4009; }

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

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

background-color css

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

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

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

border-color css

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

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

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