Html Css Color HEX #AC4F07 Rust

📋 copy color: '#AC4F07'

red 172 ◦ green 79 ◦ blue 7

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

Shades of Rust #AC4F07

Tints of Rust #AC4F07

RGB

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

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

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

R = 66.67%
G = 30.62%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC4F07 (or 0xAC4F07) is known color: Rust. HEX triplet: AC, 4F and 07. RGB value is (172,79,7). Sum of RGB (Red+Green+Blue) = 172+79+7=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4F07 is #53B0F8. Grayscale: #626262. Windows color (decimal): -5484793 or 479148. OLE color: 479148.

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

Color convert

RGB 172 79 7 -
CMYK 0 0.54 0.96 0.33
HSL 26.18º 0.92% 0.35% -
HSV(B) 26.18º 0.96% 0.67% -
XYZ 19.85 14.38 1.93 -
YUV 98.6 76.31 180.35 -
System Red Green Blue C M Y K H S L
Decimal 172 79 7 0 0.54 0.96 0.33 26.18 0.92 0.35
Hex AC 4F 7 0 36 60 21 1A 5C 23
Octal 254 117 7 0 66 140 41 32 134 43
Binary 10101100 1001111 111 0 110110 1100000 100001 11010 1011100 100011

Color Harmonies of #AC4F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4F07

Black with #AC4F07

Text Example


Text Example

White with #AC4F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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