Html Css Color HEX #AC4315 Rust

📋 copy color: '#AC4315'

red 172 ◦ green 67 ◦ blue 21

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

Shades of Rust #AC4315

Tints of Rust #AC4315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.77%

 BLUE value IS 21 (8.59% from 255) = 8.08%

R = 66.15%
G = 25.77%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC4315 (or 0xAC4315) is known color: Rust. HEX triplet: AC, 43 and 15. RGB value is (172,67,21). Sum of RGB (Red+Green+Blue) = 172+67+21=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4315 is #53BCEA. Grayscale: #5D5D5D. Windows color (decimal): -5487851 or 1393580. OLE color: 1393580.

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

Color convert

RGB 172 67 21 -
CMYK 0 0.61 0.88 0.33
HSL 18.28º 0.78% 0.38% -
HSV(B) 18.28º 0.88% 0.67% -
XYZ 19.16 12.84 2.18 -
YUV 93.15 87.29 184.24 -
System Red Green Blue C M Y K H S L
Decimal 172 67 21 0 0.61 0.88 0.33 18.28 0.78 0.38
Hex AC 43 15 0 3D 58 21 12 4E 26
Octal 254 103 25 0 75 130 41 22 116 46
Binary 10101100 1000011 10101 0 111101 1011000 100001 10010 1001110 100110

Color Harmonies of #AC4315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4315

Black with #AC4315

Text Example


Text Example

White with #AC4315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4315; }

 p { color: rgb(172,67,21); }

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

background-color css

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

 a { background-color: rgb(172,67,21); }

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

border-color css

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

 span { border-color: rgb(172,67,21); }

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