Html Css Color HEX #A94C11 Rust

📋 copy color: '#A94C11'

red 169 ◦ green 76 ◦ blue 17

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

Shades of Rust #A94C11

Tints of Rust #A94C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.01%

 BLUE value IS 17 (7.03% from 255) = 6.49%

R = 64.5%
G = 29.01%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A94C11 (or 0xA94C11) is known color: Rust. HEX triplet: A9, 4C and 11. RGB value is (169,76,17). Sum of RGB (Red+Green+Blue) = 169+76+17=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94C11 is #56B3EE. Grayscale: #616161. Windows color (decimal): -5682159 or 1133737. OLE color: 1133737.

HSL color Cylindrical-coordinate representation of color #A94C11: hue angle of 23.29º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A94C11 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 76 17 -
CMYK 0 0.55 0.90 0.34
HSL 23.29º 0.82% 0.36% -
HSV(B) 23.29º 0.9% 0.66% -
XYZ 19.05 13.64 2.16 -
YUV 97.08 82.81 179.3 -
System Red Green Blue C M Y K H S L
Decimal 169 76 17 0 0.55 0.90 0.34 23.29 0.82 0.36
Hex A9 4C 11 0 37 5A 22 17 52 24
Octal 251 114 21 0 67 132 42 27 122 44
Binary 10101001 1001100 10001 0 110111 1011010 100010 10111 1010010 100100

Color Harmonies of #A94C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94C11

Black with #A94C11

Text Example


Text Example

White with #A94C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94C11; }

 p { color: rgb(169,76,17); }

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

background-color css

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

 a { background-color: rgb(169,76,17); }

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

border-color css

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

 span { border-color: rgb(169,76,17); }

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