Html Css Color HEX #AC4006 Rust

📋 copy color: '#AC4006'

red 172 ◦ green 64 ◦ blue 6

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

Shades of Rust #AC4006

Tints of Rust #AC4006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

 BLUE value IS 6 (2.73% from 255) = 2.48%

R = 71.07%
G = 26.45%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC4006 (or 0xAC4006) is known color: Rust. HEX triplet: AC, 40 and 06. RGB value is (172,64,6). Sum of RGB (Red+Green+Blue) = 172+64+6=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4006 is #53BFF9. Grayscale: #5A5A5A. Windows color (decimal): -5488634 or 409772. OLE color: 409772.

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

Color convert

RGB 172 64 6 -
CMYK 0 0.63 0.97 0.33
HSL 20.96º 0.93% 0.35% -
HSV(B) 20.96º 0.97% 0.67% -
XYZ 18.88 12.45 1.58 -
YUV 89.68 80.78 186.72 -
System Red Green Blue C M Y K H S L
Decimal 172 64 6 0 0.63 0.97 0.33 20.96 0.93 0.35
Hex AC 40 6 0 3F 61 21 15 5D 23
Octal 254 100 6 0 77 141 41 25 135 43
Binary 10101100 1000000 110 0 111111 1100001 100001 10101 1011101 100011

Color Harmonies of #AC4006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4006

Black with #AC4006

Text Example


Text Example

White with #AC4006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4006; }

 p { color: rgb(172,64,6); }

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

background-color css

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

 a { background-color: rgb(172,64,6); }

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

border-color css

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

 span { border-color: rgb(172,64,6); }

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