Html Css Color HEX #AC450A Rust

📋 copy color: '#AC450A'

red 172 ◦ green 69 ◦ blue 10

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

Shades of Rust #AC450A

Tints of Rust #AC450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.49%

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

R = 68.53%
G = 27.49%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC450A (or 0xAC450A) is known color: Rust. HEX triplet: AC, 45 and 0A. RGB value is (172,69,10). Sum of RGB (Red+Green+Blue) = 172+69+10=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC450A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC450A is #53BAF5. Grayscale: #5D5D5D. Windows color (decimal): -5487350 or 673196. OLE color: 673196.

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

Color convert

RGB 172 69 10 -
CMYK 0 0.60 0.94 0.33
HSL 21.85º 0.89% 0.36% -
HSV(B) 21.85º 0.94% 0.67% -
XYZ 19.2 13.05 1.79 -
YUV 93.07 81.12 184.3 -
System Red Green Blue C M Y K H S L
Decimal 172 69 10 0 0.60 0.94 0.33 21.85 0.89 0.36
Hex AC 45 A 0 3C 5E 21 16 59 24
Octal 254 105 12 0 74 136 41 26 131 44
Binary 10101100 1000101 1010 0 111100 1011110 100001 10110 1011001 100100

Color Harmonies of #AC450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC450A

Black with #AC450A

Text Example


Text Example

White with #AC450A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC450A; }

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

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

background-color css

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

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

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

border-color css

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

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

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