Html Css Color HEX #AC4407 Rust

📋 copy color: '#AC4407'

red 172 ◦ green 68 ◦ blue 7

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

Shades of Rust #AC4407

Tints of Rust #AC4407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.53%

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

R = 69.64%
G = 27.53%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC4407 (or 0xAC4407) is known color: Rust. HEX triplet: AC, 44 and 07. RGB value is (172,68,7). Sum of RGB (Red+Green+Blue) = 172+68+7=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4407 is #53BBF8. Grayscale: #5C5C5C. Windows color (decimal): -5487609 or 476332. OLE color: 476332.

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

Color convert

RGB 172 68 7 -
CMYK 0 0.60 0.96 0.33
HSL 22.18º 0.92% 0.35% -
HSV(B) 22.18º 0.96% 0.67% -
XYZ 19.12 12.92 1.69 -
YUV 92.14 79.96 184.96 -
System Red Green Blue C M Y K H S L
Decimal 172 68 7 0 0.60 0.96 0.33 22.18 0.92 0.35
Hex AC 44 7 0 3C 60 21 16 5C 23
Octal 254 104 7 0 74 140 41 26 134 43
Binary 10101100 1000100 111 0 111100 1100000 100001 10110 1011100 100011

Color Harmonies of #AC4407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4407

Black with #AC4407

Text Example


Text Example

White with #AC4407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4407; }

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

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

background-color css

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

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

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

border-color css

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

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

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