Html Css Color HEX #AC4A0A Rust

📋 copy color: '#AC4A0A'

red 172 ◦ green 74 ◦ blue 10

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

Shades of Rust #AC4A0A

Tints of Rust #AC4A0A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.91%

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

R = 67.19%
G = 28.91%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC4A0A (or 0xAC4A0A) is known color: Rust. HEX triplet: AC, 4A and 0A. RGB value is (172,74,10). Sum of RGB (Red+Green+Blue) = 172+74+10=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A0A is #53B5F5. Grayscale: #606060. Windows color (decimal): -5486070 or 674476. OLE color: 674476.

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

Color convert

RGB 172 74 10 -
CMYK 0 0.57 0.94 0.33
HSL 23.7º 0.89% 0.36% -
HSV(B) 23.7º 0.94% 0.67% -
XYZ 19.52 13.69 1.9 -
YUV 96.01 79.47 182.2 -
System Red Green Blue C M Y K H S L
Decimal 172 74 10 0 0.57 0.94 0.33 23.7 0.89 0.36
Hex AC 4A A 0 39 5E 21 18 59 24
Octal 254 112 12 0 71 136 41 30 131 44
Binary 10101100 1001010 1010 0 111001 1011110 100001 11000 1011001 100100

Color Harmonies of #AC4A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A0A

Black with #AC4A0A

Text Example


Text Example

White with #AC4A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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