Html Css Color HEX #AC4409 Rust

📋 copy color: '#AC4409'

red 172 ◦ green 68 ◦ blue 9

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

Shades of Rust #AC4409

Tints of Rust #AC4409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

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

R = 69.08%
G = 27.31%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC4409 (or 0xAC4409) is known color: Rust. HEX triplet: AC, 44 and 09. RGB value is (172,68,9). Sum of RGB (Red+Green+Blue) = 172+68+9=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4409 is #53BBF6. Grayscale: #5C5C5C. Windows color (decimal): -5487607 or 607404. OLE color: 607404.

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

Color convert

RGB 172 68 9 -
CMYK 0 0.60 0.95 0.33
HSL 21.72º 0.9% 0.35% -
HSV(B) 21.72º 0.95% 0.67% -
XYZ 19.13 12.92 1.74 -
YUV 92.37 80.96 184.8 -
System Red Green Blue C M Y K H S L
Decimal 172 68 9 0 0.60 0.95 0.33 21.72 0.9 0.35
Hex AC 44 9 0 3C 5F 21 16 5A 23
Octal 254 104 11 0 74 137 41 26 132 43
Binary 10101100 1000100 1001 0 111100 1011111 100001 10110 1011010 100011

Color Harmonies of #AC4409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4409

Black with #AC4409

Text Example


Text Example

White with #AC4409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4409; }

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

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

background-color css

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

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

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

border-color css

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

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

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