Html Css Color HEX #AC4707 Rust

📋 copy color: '#AC4707'

red 172 ◦ green 71 ◦ blue 7

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

Shades of Rust #AC4707

Tints of Rust #AC4707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

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

R = 68.8%
G = 28.4%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC4707 (or 0xAC4707) is known color: Rust. HEX triplet: AC, 47 and 07. RGB value is (172,71,7). Sum of RGB (Red+Green+Blue) = 172+71+7=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4707 is #53B8F8. Grayscale: #5E5E5E. Windows color (decimal): -5486841 or 477100. OLE color: 477100.

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

Color convert

RGB 172 71 7 -
CMYK 0 0.59 0.96 0.33
HSL 23.27º 0.92% 0.35% -
HSV(B) 23.27º 0.96% 0.67% -
XYZ 19.3 13.29 1.75 -
YUV 93.9 78.96 183.7 -
System Red Green Blue C M Y K H S L
Decimal 172 71 7 0 0.59 0.96 0.33 23.27 0.92 0.35
Hex AC 47 7 0 3B 60 21 17 5C 23
Octal 254 107 7 0 73 140 41 27 134 43
Binary 10101100 1000111 111 0 111011 1100000 100001 10111 1011100 100011

Color Harmonies of #AC4707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4707

Black with #AC4707

Text Example


Text Example

White with #AC4707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4707; }

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

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

background-color css

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

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

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

border-color css

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

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

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