Html Css Color HEX #AC4D0F Rust

📋 copy color: '#AC4D0F'

red 172 ◦ green 77 ◦ blue 15

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

Shades of Rust #AC4D0F

Tints of Rust #AC4D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.17%

 BLUE value IS 15 (6.25% from 255) = 5.68%

R = 65.15%
G = 29.17%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC4D0F (or 0xAC4D0F) is known color: Rust. HEX triplet: AC, 4D and 0F. RGB value is (172,77,15). Sum of RGB (Red+Green+Blue) = 172+77+15=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4D0F is #53B2F0. Grayscale: #626262. Windows color (decimal): -5485297 or 1002924. OLE color: 1002924.

HSL color Cylindrical-coordinate representation of color #AC4D0F: hue angle of 23.69º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC4D0F is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 77 15 -
CMYK 0 0.55 0.91 0.33
HSL 23.69º 0.84% 0.37% -
HSV(B) 23.69º 0.91% 0.67% -
XYZ 19.75 14.11 2.13 -
YUV 98.34 80.97 180.54 -
System Red Green Blue C M Y K H S L
Decimal 172 77 15 0 0.55 0.91 0.33 23.69 0.84 0.37
Hex AC 4D F 0 37 5B 21 18 54 25
Octal 254 115 17 0 67 133 41 30 124 45
Binary 10101100 1001101 1111 0 110111 1011011 100001 11000 1010100 100101

Color Harmonies of #AC4D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D0F

Black with #AC4D0F

Text Example


Text Example

White with #AC4D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D0F; }

 p { color: rgb(172,77,15); }

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

background-color css

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

 a { background-color: rgb(172,77,15); }

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

border-color css

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

 span { border-color: rgb(172,77,15); }

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