Html Css Color HEX #AC4F09 Rust

📋 copy color: '#AC4F09'

red 172 ◦ green 79 ◦ blue 9

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

Shades of Rust #AC4F09

Tints of Rust #AC4F09

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.38%

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

R = 66.15%
G = 30.38%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC4F09 (or 0xAC4F09) is known color: Rust. HEX triplet: AC, 4F and 09. RGB value is (172,79,9). Sum of RGB (Red+Green+Blue) = 172+79+9=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4F09 is #53B0F6. Grayscale: #636363. Windows color (decimal): -5484791 or 610220. OLE color: 610220.

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

Color convert

RGB 172 79 9 -
CMYK 0 0.54 0.95 0.33
HSL 25.77º 0.9% 0.35% -
HSV(B) 25.77º 0.95% 0.67% -
XYZ 19.86 14.38 1.99 -
YUV 98.83 77.31 180.19 -
System Red Green Blue C M Y K H S L
Decimal 172 79 9 0 0.54 0.95 0.33 25.77 0.9 0.35
Hex AC 4F 9 0 36 5F 21 1A 5A 23
Octal 254 117 11 0 66 137 41 32 132 43
Binary 10101100 1001111 1001 0 110110 1011111 100001 11010 1011010 100011

Color Harmonies of #AC4F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4F09

Black with #AC4F09

Text Example


Text Example

White with #AC4F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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