Html Css Color HEX #A9520C Rust

📋 copy color: '#A9520C'

red 169 ◦ green 82 ◦ blue 12

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

Shades of Rust #A9520C

Tints of Rust #A9520C

RGB

 RED value IS 169 (66.41% from 255) = 64.26%

 GREEN value IS 82 (32.42% from 255) = 31.18%

 BLUE value IS 12 (5.08% from 255) = 4.56%

R = 64.26%
G = 31.18%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9520C (or 0xA9520C) is known color: Rust. HEX triplet: A9, 52 and 0C. RGB value is (169,82,12). Sum of RGB (Red+Green+Blue) = 169+82+12=263 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.26% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 169 - color contains mainly: red. Hex color #A9520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9520C is #56ADF3. Grayscale: #646464. Windows color (decimal): -5680628 or 807593. OLE color: 807593.

HSL color Cylindrical-coordinate representation of color #A9520C: hue angle of 26.75º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9520C is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 82 12 -
CMYK 0 0.51 0.93 0.34
HSL 26.75º 0.87% 0.35% -
HSV(B) 26.75º 0.93% 0.66% -
XYZ 19.45 14.5 2.12 -
YUV 100.03 78.32 177.19 -
System Red Green Blue C M Y K H S L
Decimal 169 82 12 0 0.51 0.93 0.34 26.75 0.87 0.35
Hex A9 52 C 0 33 5D 22 1B 57 23
Octal 251 122 14 0 63 135 42 33 127 43
Binary 10101001 1010010 1100 0 110011 1011101 100010 11011 1010111 100011

Color Harmonies of #A9520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9520C

Black with #A9520C

Text Example


Text Example

White with #A9520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9520C; }

 p { color: rgb(169,82,12); }

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

background-color css

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

 a { background-color: rgb(169,82,12); }

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

border-color css

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

 span { border-color: rgb(169,82,12); }

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