Html Css Color HEX #AC480A Rust

📋 copy color: '#AC480A'

red 172 ◦ green 72 ◦ blue 10

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

Shades of Rust #AC480A

Tints of Rust #AC480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.35%

 BLUE value IS 10 (4.3% from 255) = 3.94%

R = 67.72%
G = 28.35%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC480A (or 0xAC480A) is known color: Rust. HEX triplet: AC, 48 and 0A. RGB value is (172,72,10). Sum of RGB (Red+Green+Blue) = 172+72+10=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC480A is #53B7F5. Grayscale: #5F5F5F. Windows color (decimal): -5486582 or 673964. OLE color: 673964.

HSL color Cylindrical-coordinate representation of color #AC480A: hue angle of 22.96º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC480A is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 72 10 -
CMYK 0 0.58 0.94 0.33
HSL 22.96º 0.89% 0.36% -
HSV(B) 22.96º 0.94% 0.67% -
XYZ 19.39 13.43 1.86 -
YUV 94.83 80.13 183.04 -
System Red Green Blue C M Y K H S L
Decimal 172 72 10 0 0.58 0.94 0.33 22.96 0.89 0.36
Hex AC 48 A 0 3A 5E 21 17 59 24
Octal 254 110 12 0 72 136 41 27 131 44
Binary 10101100 1001000 1010 0 111010 1011110 100001 10111 1011001 100100

Color Harmonies of #AC480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC480A

Black with #AC480A

Text Example


Text Example

White with #AC480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC480A; }

 p { color: rgb(172,72,10); }

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

background-color css

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

 a { background-color: rgb(172,72,10); }

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

border-color css

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

 span { border-color: rgb(172,72,10); }

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