Html Css Color HEX #AC4E07 Rust

📋 copy color: '#AC4E07'

red 172 ◦ green 78 ◦ blue 7

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

Shades of Rust #AC4E07

Tints of Rust #AC4E07

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.35%

 BLUE value IS 7 (3.13% from 255) = 2.72%

R = 66.93%
G = 30.35%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC4E07 (or 0xAC4E07) is known color: Rust. HEX triplet: AC, 4E and 07. RGB value is (172,78,7). Sum of RGB (Red+Green+Blue) = 172+78+7=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4E07 is #53B1F8. Grayscale: #626262. Windows color (decimal): -5485049 or 478892. OLE color: 478892.

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

Color convert

RGB 172 78 7 -
CMYK 0 0.55 0.96 0.33
HSL 25.82º 0.92% 0.35% -
HSV(B) 25.82º 0.96% 0.67% -
XYZ 19.78 14.23 1.91 -
YUV 98.01 76.64 180.77 -
System Red Green Blue C M Y K H S L
Decimal 172 78 7 0 0.55 0.96 0.33 25.82 0.92 0.35
Hex AC 4E 7 0 37 60 21 1A 5C 23
Octal 254 116 7 0 67 140 41 32 134 43
Binary 10101100 1001110 111 0 110111 1100000 100001 11010 1011100 100011

Color Harmonies of #AC4E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E07

Black with #AC4E07

Text Example


Text Example

White with #AC4E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E07; }

 p { color: rgb(172,78,7); }

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

background-color css

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

 a { background-color: rgb(172,78,7); }

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

border-color css

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

 span { border-color: rgb(172,78,7); }

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