Html Css Color HEX #AC4B18 Rust

📋 copy color: '#AC4B18'

red 172 ◦ green 75 ◦ blue 24

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

Shades of Rust #AC4B18

Tints of Rust #AC4B18

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.68%

 BLUE value IS 24 (9.77% from 255) = 8.86%

R = 63.47%
G = 27.68%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC4B18 (or 0xAC4B18) is known color: Rust. HEX triplet: AC, 4B and 18. RGB value is (172,75,24). Sum of RGB (Red+Green+Blue) = 172+75+24=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4B18 is #53B4E7. Grayscale: #626262. Windows color (decimal): -5485800 or 1592236. OLE color: 1592236.

HSL color Cylindrical-coordinate representation of color #AC4B18: hue angle of 20.68º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC4B18 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 75 24 -
CMYK 0 0.56 0.86 0.33
HSL 20.68º 0.76% 0.38% -
HSV(B) 20.68º 0.86% 0.67% -
XYZ 19.69 13.87 2.5 -
YUV 98.19 86.14 180.65 -
System Red Green Blue C M Y K H S L
Decimal 172 75 24 0 0.56 0.86 0.33 20.68 0.76 0.38
Hex AC 4B 18 0 38 56 21 15 4C 26
Octal 254 113 30 0 70 126 41 25 114 46
Binary 10101100 1001011 11000 0 111000 1010110 100001 10101 1001100 100110

Color Harmonies of #AC4B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4B18

Black with #AC4B18

Text Example


Text Example

White with #AC4B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4B18; }

 p { color: rgb(172,75,24); }

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

background-color css

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

 a { background-color: rgb(172,75,24); }

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

border-color css

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

 span { border-color: rgb(172,75,24); }

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