Html Css Color HEX #AC4809 Rust

📋 copy color: '#AC4809'

red 172 ◦ green 72 ◦ blue 9

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

Shades of Rust #AC4809

Tints of Rust #AC4809

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.46%

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

R = 67.98%
G = 28.46%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC4809 (or 0xAC4809) is known color: Rust. HEX triplet: AC, 48 and 09. RGB value is (172,72,9). Sum of RGB (Red+Green+Blue) = 172+72+9=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4809 is #53B7F6. Grayscale: #5F5F5F. Windows color (decimal): -5486583 or 608428. OLE color: 608428.

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

Color convert

RGB 172 72 9 -
CMYK 0 0.58 0.95 0.33
HSL 23.19º 0.9% 0.35% -
HSV(B) 23.19º 0.95% 0.67% -
XYZ 19.38 13.43 1.83 -
YUV 94.72 79.63 183.12 -
System Red Green Blue C M Y K H S L
Decimal 172 72 9 0 0.58 0.95 0.33 23.19 0.9 0.35
Hex AC 48 9 0 3A 5F 21 17 5A 23
Octal 254 110 11 0 72 137 41 27 132 43
Binary 10101100 1001000 1001 0 111010 1011111 100001 10111 1011010 100011

Color Harmonies of #AC4809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4809

Black with #AC4809

Text Example


Text Example

White with #AC4809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4809; }

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

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

background-color css

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

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

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

border-color css

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

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

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