Html Css Color HEX #AC4005 Rust

📋 copy color: '#AC4005'

red 172 ◦ green 64 ◦ blue 5

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

Shades of Rust #AC4005

Tints of Rust #AC4005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 71.37%
G = 26.56%
B = 2.07%

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

#AC4005 (or 0xAC4005) is known color: Rust. HEX triplet: AC, 40 and 05. RGB value is (172,64,5). Sum of RGB (Red+Green+Blue) = 172+64+5=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4005 is #53BFFA. Grayscale: #595959. Windows color (decimal): -5488635 or 344236. OLE color: 344236.

HSL color Cylindrical-coordinate representation of color #AC4005: hue angle of 21.2º degrees, saturation: 0.94, 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 #AC4005 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 64 5 -
CMYK 0 0.63 0.97 0.33
HSL 21.2º 0.94% 0.35% -
HSV(B) 21.2º 0.97% 0.67% -
XYZ 18.87 12.45 1.55 -
YUV 89.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 172 64 5 0 0.63 0.97 0.33 21.2 0.94 0.35
Hex AC 40 5 0 3F 61 21 15 5E 23
Octal 254 100 5 0 77 141 41 25 136 43
Binary 10101100 1000000 101 0 111111 1100001 100001 10101 1011110 100011

Color Harmonies of #AC4005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4005

Black with #AC4005

Text Example


Text Example

White with #AC4005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4005; }

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

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

background-color css

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

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

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

border-color css

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

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

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